cederom commented on code in PR #16665: URL: https://github.com/apache/nuttx/pull/16665#discussion_r2185471114
########## Documentation/applications/examples/xedge/index.rst: ########## @@ -0,0 +1,114 @@ +``Xedge`` a lightweight Lua-based web framework for building secure, real-time IoT applications +================================================================================================ + +`Xedge <https://realtimelogic.com/products/xedge/>`_ is a robust IoT and web framework that is designed for microcontrollers. It is based on the industrial-grade Barracuda Application Server, designed for seamless OEM integration. Xedge accelerates embedded firmware development by providing a flexible, Lua-based environment and a full stack of industrial-strength protocols, including: + +- OPC UA +- Modbus +- MQTT +- SMQ +- WebSockets +- HTTP/HTTPS + +This Xedge port for NuttX comes pre-configured and requires: + +- TCP/IP v4 and v6 support +- File System support +- 2 MB RAM allocated statically in ``xedge/xedge_main.c`` + +.. note:: Review Comment: @JorgeGzm Can we add note that up to date compiler(i.e. GCC 14.2) needs to be used as build may not work with older compilers (i.e. GCC 11.3), see https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3036348494 and https://github.com/apache/nuttx-apps/pull/3120#issuecomment-3036400714 :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org