WebSocket connection over BG96

Hi. Does it possible to use WebSocket Protocol via BG96 modem? I mean like HTTP(S) MQTT etc. May be it is possible to use TPC for WebSocket with some rules by some known information.
Thanks in advance. Best regards, Anton!

Hi Anton:
BG96 does not support websocket protocol.

2 Likes

Hi Anton, Websocket (MQTT) works with the BG96 or BG95 with STM32M476 on the akorIoT SensPRO https://www.akoriot.com/akoriot_senspro/
if you use the free RTOS Zephir, for example. I am the creative mind behind the akorIoT PCBs. There is a lib for BG96 as well.

The Websocket client library allows Zephyr to connect to a Websocket server. The Websocket client API can be used directly by application to establish a Websocket connection to server, or it can be used as a transport for other network protocols like MQTT. Read more https://docs.zephyrproject.org/latest/reference/networking/websocket.html

Picture of akorIoT SensPRO:

1 Like

Thanks for information, I’ll discover this opportunity.