Replies: 4 comments 11 replies
-
what about using webRTC to trnasfer the data ? |
Beta Was this translation helpful? Give feedback.
-
I can add you as a tester if you send me your IMEI via email. |
Beta Was this translation helpful? Give feedback.
-
You can establish the connection between KaiOS devices via QR code, which works well, but less well between two KaiOS 2.x devices. this website can also run locally on your computer, which you can then use to exchange data: |
Beta Was this translation helpful? Give feedback.
-
With flop it would be possible to display the current position of a device live on a map. To do this I would have to integrate leaflet into flop and use the GPS interval as a trigger to update the marker on the map. You could then read out the marker data and process it further. The basic requirement would of course be that flop can establish a more stable connection, possibly because the KaiOS device goes into sleep mode. |
Beta Was this translation helpful? Give feedback.
-
Hi! I've been using (and liking) o.map since I switched to KaiOS which I use in combination with a GPD micropc as a smartphone replacement. Is there a technical way to run a web server on the KaiOS phone that would allow polling gpsd-compatible content (current coordinate, metadata) information from the PC? The phone would then be in hotspot mode.
I am not sure whether this is at all possible with KaiOS privileged apps. If possible, this would make KaiOS devices cost-effective GPS receivers with a long battery life. If it is technically possible, this would be a convenient feature to add to o.map.
If it is impossible to open a port on the KaiOS device, this could be realized by sending HTTP queries to the PC and running a small service on the PC (e.g. cherrypy) that processes these queries. The queries could then be internally forwarded to gpsd on the PC to enable compatibility with existing applications.
For a start, a destination IP could be set in o.map to receive the queries at a definable poll rate.
Beta Was this translation helpful? Give feedback.
All reactions