Websockets with FreeRTOS libs (MQTT/HTTP/TLS/+TCP)

Hello !!

is there a way using Plus-TCP, coreHTTP and coreMQTT to communicate to our servers through websockets ?
i haven’t find anything related to freeRTOS libs… but… maybe some of you have some clues to implement this ?

the websocket protocol by itself seems to be not so much hard to implement, but is the coreHTTP can handle the connection handshake and protocol switch ?

Thank for your help…
Eric.

coreHTTP does not support websockets as of today. You can consider using other open source libraries such as libwebsockets, wslay etc.