Help with IndexOutOfBoundsException in TeltonikaProtocolDecoder

Track-tracea month 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
hypoclonea month 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 Tananaeva month 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.