Help with IndexOutOfBoundsException in TeltonikaProtocolDecoder

Track-trace11 days 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
hypoclone11 days 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 Tananaev10 days 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.