Hello guys,
Im working in java gps collect data server with threads and sockets and I need to what should I do because in the paper is not say when there is a problem or bad data. And this is important, I would like to know if anybody has receoved bad data, for example date wrong. I hope that you can help me and thanks for your attention
hello @jbarcaza
I didn’t get your idea exactly, however, if the CRC calculation didn’t match with the Packet CRC, then you can ignore the packet, as the data will be wrong
you can also do the following:
-
Ignore and continue (most common)
-
Send a warning back to the client
-
Store it separately for analysis
-
Trigger an alert if frequency is high
If this issue is very frequent, then use 2 servers at the same time as duplicates and monitor; maybe the CRC calculation has an issue