Replies: 1 comment 2 replies
-
This is, in principle, supported via DBus interface. Pure Maps DBus interface was used for smartwatch connection (https://github.com/piggz/harbour-amazfish/blob/master/daemon/src/navigationinterface.h). To get connection to other devices, you would need corresponding daemon that would export those signals. And that, in turn, will depend on each specific device. So, all you have to do is to write such device specific interface. Pure Maps side is ready for it already. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I didn't find any issue or discussion with this subject I wanted to talk about:
Would it be possible to support sending navigation instructions over bluetooth ? I'm sure it would be a lot of work, but just to know if that's something you would try. Maybe a bounty with other interested users would be possible and help to develop this ?
As more and more vehicles are compatible, it seems a good way to use OSM maps and this wonderful software for that.
I don't know if there is any licence to pay for that, it seems not. I found this answer and data about this protocol:
https://stackoverflow.com/questions/69809003/is-there-a-standard-way-of-sending-gps-navigation-over-ble
The documentation is deep !
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions