Hi all,
I recently got myself a Handy stroker. It's a connected device (wifi and bluetooth) and supports funscripts. There is also a REST API, and code samples available here:
https://gitlab.com/sweettechas/platform ... /tree/main
However, I vaguely remember someone writing that the browser engine in GuideMe is quite old at this point, and does not support websocks (which I believe are needed here). The code samples seem to be using listeners on the server side, requiring websocks (please, correct me if I'm wrong here). From the looks of it, I can't really see a way to easily integrate this into a Guideme tease.
The end goal for me is to build a tease that can pilot the Handy. Can be as simple as start and stop by pushing a button inside of a tease page.
I've built teases with Guideme and know my way around basic Javascript, but I'm at a loss if this is even feasible, let alone how to implement it.
My question is if someone with more web development skills than me could have a look at the code examples (specifically the HAMP samples) and let me know if this can even work in Guideme.
I've already thought of installing a basic web server locally to serve the pages from the Handy developer and work around the websocks problem. But then I still need to make the connection with Guideme somehow. Any thoughts are most appreciated.
Thanks!