How to send a gyroscope data

gamaliel ceron6 years ago

How to send a gyroscope data in post data with protocol OsmAnd.

Thanks

Anton Tananaev6 years ago

Add it as an additional query parameter.

gamaliel ceron6 years ago

thanks, how I name the query for the in the map will show the correct orientation.

I send my data

http://demo.traccar.org:5055/?id=123456&lat={0}&lon={1}&timestamp={2}&hdop={3}&altitude={4}&speed={5}
Anton Tananaev6 years ago

If you want to pass a course value, you can use either "bearing" or "heading".

gamaliel ceron5 years ago

Thanks for answering. I want to show the orientation of the device do you have an example? thanks