View Single Post
Posts: 207 | Thanked: 482 times | Joined on Mar 2016
#404
Originally Posted by DarthMax View Post
I would like to ask if there currently is a way of communicating with a Jolla app. Specifically I think it would be great if we could show direction instructions from apps like Poor Maps.
Hi, rockpool supports (almost) full JSKit API, including XHR and WS, so the fastest way to communicate to local app I can see is to fire up a WS or HTTP endpoint on the loopback and speak to it from jskit.
There's an effort (currently WiP no ETA) to extend JSKit API by DBus interface, which may allow one to spare some time coding WS - although i don't think it's that complicated, qtwebsocketserver is quite straightforward one.
 

The Following User Says Thank You to ruff For This Useful Post: