Osmand Protocol & Commands

Javier Gonzalez5 years ago

Hi, I am wondering how to capture the commands sent to Osmand.
I am translating via node-red an unsupported protocol to Osmand and send it to Traccar. Now I´d like to caputre a custom command and send it back to the GPS device. But I dont see how can I capture the command coming out from traccar. Any idea , please? thanks . The screen show the pop up command sent, but the log shows nothing at all.

Anton Tananaev5 years ago

Commands are not supported for HTTP based protocols like OsmAnd.

Javier Gonzalez5 years ago

Ok, thanks for saving me plenty of time trying to. I will move to a different protocol then. One more question, all of the TCP/UDP based protocol need a single connection (one per device?) or is there any supporting device ID based instead of connection ID? Thanks in advnce Anton

Anton Tananaev5 years ago

Any protocol that includes device ID in every message would work.