Hi there,
We are using forward.url feature to receive the GPS event data to one of our REST APIs. We are trying to find the event which has status code indicates when the vehicle is stopped. I'm referring to the status codes here http://www.geotelematic.com/docs/StatusCodes.pdf. When I inspect the data the only status code we are receiving are 'null', '0xF020', '0xF11C' and '0xF841'. As per the referred document I don't see any events indicating stopped event. What is that I'm missing? Below is part of my traccar config.
<entry key="forward.enable">true</entry>
<entry key="forward.url">http://xyz/api/kafka/addDevicePosition?gprmc={gprmc}&name={name}&uniqueId={uniqueId}&deviceId={deviceId}&protocol={protocol}&deviceTime={deviceTime}&fixTime={fixTime}&valid={valid}&latitude={latitude}&longitude={longitude}&altitude={altitude}&speed={speed}&course={course}&statusCode={statusCode}&attributes={attributes}&address={address}&</entry>
-Srini
Thank you for the reply. How do you suggest I can recognize a stopped vehicle?
Hi there,
We are using forward.url feature to receive the GPS event data to one of our REST APIs. We are trying to find the event which has status code indicates when the vehicle is stopped. I'm referring to the status codes here http://www.geotelematic.com/docs/StatusCodes.pdf. When I inspect the data the only status code we are receiving are 'null', '0xF020', '0xF11C' and '0xF841'. As per the referred document I don't see any events indicating stopped event. What is that I'm missing? Below is part of my traccar config.
<entry key="forward.enable">true</entry> <entry key="forward.url">http://xyz/api/kafka/addDevicePosition?gprmc={gprmc}&name={name}&uniqueId={uniqueId}&deviceId={deviceId}&protocol={protocol}&deviceTime={deviceTime}&fixTime={fixTime}&valid={valid}&latitude={latitude}&longitude={longitude}&altitude={altitude}&speed={speed}&course={course}&statusCode={statusCode}&attributes={attributes}&address={address}&</entry>
-Srini