Hello,
I'm going to create client solution for OpenHab home automation system.
OpenHab exposes RestApi but there are no websocets available, instead SSE (Server Send Event) is implemented.
I was wondering if its possible to add SSE to B4X solution, especially to B4A.
Some docs from Eclipse SmartHome: https://www.eclipse.org/smarthome/documentation/features/rest.html#server-sent-events-sse
and an extension library for OkHttp: https://github.com/heremaps/oksse
I'm going to create client solution for OpenHab home automation system.
OpenHab exposes RestApi but there are no websocets available, instead SSE (Server Send Event) is implemented.
I was wondering if its possible to add SSE to B4X solution, especially to B4A.
Some docs from Eclipse SmartHome: https://www.eclipse.org/smarthome/documentation/features/rest.html#server-sent-events-sse
and an extension library for OkHttp: https://github.com/heremaps/oksse