Help with IndexOutOfBoundsException in TeltonikaProtocolDecoder

Track-trace a year ago

To sort it based on the server logfile time i used these commands.

grep 13878000 tracker-server.log > temp.txt 
sort -k1,1 temp.txt > output.txt
hypoclone a year ago

@Track-trace glad it helped you, your tip on redirecting standard output to file will be useful for creating a web terminal for each device on the device status card. Thank you too!

Anton Tananaev a year ago

All these commands won't work for UDP because the socked id is always the same. Please double check the information you're providing for correctness.