I'm writing a system to read data coming from devices that do the tracking of trucks.
This system will receive information of different types of equipment, thus being the trace strings that will receive will be different, deriving the equipment model.
So, I need an idea how to identify these strings to give the correct treatment for the same. For example, one of the units sends the following string:
[0,0,13825,355255057406002,0,250814,142421,-2197354498319328,-4743040708824992,800,9200,0,0,0,0,0,12,0,31,0,107]
Another device, the string comes this way:
SA200STT;459055;209;20140806;23:18:28;20702;-22.899244;-047.047640;000.044;000.00;11;1;68548721;12.60;100000;2;0016
So my question is, what is the best way for me to identify each of these strings?