Websocket Server Azure RTOS

Usman Khan 21 Reputation points
2022-02-07T11:48:02.687+00:00

Hi,

There is a very nice implementation of Http-Server done and we're wondering if a similar one exists/is in the pipeline for Websocket server running on STM32U5 as well?
Our requirement is to host a server on the STM32U5 - establishing a WebSocket connection between the client and server for reduction in latency.

Looking forward to your response.

Thanks in advance,
Usman

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
{count} votes

Accepted answer
  1. Liya Du 446 Reputation points
    2022-02-08T04:51:20.69+00:00

    Hi @Usman Khan , so far in NetX Duo, we don't have an existing websocket server implementation now. So you may have to implement it on top of the TCP for it.

    Here are a couple of links might be useful:

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.