U101 protocol implementation

mani-rai8 years ago

Hello,

I need to implement U101 protocol which is not in a list of traccars currently implemented protocol list. But before I start coding, I would like to check if their's any implemented protocol which has similar message format. It's because there can be same message format, implemented yet with different protocol name. If their none, it would be easier for me to implement with some references. So does anybody have any idea if the below message format is already implemented or not.

$$CLIENT_1ZF,130329214,1,12.962985,77.576484,140127165433,A,22,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,*26

If not, are their any similar format implementation? For more information about this protocol, please refer to its doc that available here. Any help would be really appreciated guys.

Thanks

Anton Tananaev8 years ago

Not sure where you looked, but U101 is in the list and already supported:

https://www.traccar.org/devices/

mani-rai8 years ago

Oh it was an stupid mistake. I just went through list of supported protocols not devices.

Thanks Anton