I have several vehicles equiped each with individual GPS tracker sending NMEA stream to a server.

Prior to storage at the server side, I want to be able to uniquely identify each vehicle.

Is that possible using NMEA protocol?

link|improve this question

74% accept rate
feedback

1 Answer

up vote 4 down vote accepted

You'll need to see to what extent your GPS trackers support the NMEA specification.

You should be able to retrieve the data you need from the sentence$GPSTN. This will be received as $--STN,xx where xx is an ID number.

link|improve this answer
Thanks I was looking fr something like that itself. – Vimal Basdeo Dec 12 '10 at 19:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.