Deploy a webserver on Azuze RTOS

tuan phan 21 Reputation points
2021-02-17T23:55:35.553+00:00

Hi there,

My system include an application GUI run on embedded system (I've already GUIX) and a webserver also run on it at the same time. My system will connect to sensors and get data. This app and webserver share data via SignalR together, I think . The web's GUI will display real-time data and configure settings for the system, it's a little bit complicated, that's reason why I want to deploy webserver by NodeJs or ASP.NET framework. It is possible on Azuze RTOS?

Any help is going to be appreciated!

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

Accepted answer
  1. AndresMlinar 256 Reputation points
    2021-02-18T19:17:27.453+00:00

    There is an HTTP server for Azure RTOS NetX and NetX Duo. You can see the documentation here:

    https://learn.microsoft.com/en-us/azure/rtos/netx/netx-http/chapter1

    and the source code here:

    https://github.com/azure-rtos/netx/tree/master/addons/http

    some of the examples here use the HTTP server:

    https://github.com/azure-rtos/samples

    1 person found this answer helpful.
    0 comments No comments

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.