Simplest protocol to limit data usage

tmf6 months ago

Looking for a port and protocol that is simply lat, long, id...called with GET

Anton Tananaev6 months ago
tmf6 months ago

If you leave out the extra parameters will it fail? I see timestamp, hdop, etc..

Anton Tananaev6 months ago

It won't.

tmf6 months ago

Thanks!

tmf6 months ago

Ok now I go and complicate things, battery level is kinda important for this application and osmand does not have, what might be the next best choice?

Anton Tananaev6 months ago

OsmAnd does have battery level.

tmf6 months ago

Oh the sample osmand example did not show it, but again thanks!

BerndFfm6 months ago

In osmand protocoll you can send want you want :

http://demo.traccar.org:5055/?id=123456&lat=xxx&lon=yyy&batterylevel=99&missiontime=1:02:30

Greetings Bernd