omar-faruk opened a new issue, #17322:
URL: https://github.com/apache/nuttx/issues/17322

   ### Is your feature request related to a problem? Please describe.
   
   Currently, NuttX does not have native support for the BACnet protocol stack, 
which is widely used in building automation and control networks. Many embedded 
systems in industrial and IoT environments rely on BACnet for device 
interoperability, particularly for HVAC, sensors, and actuators.
   
   ### Describe the solution you'd like
   
   I propose adding official support for the BACnet protocol stack in NuttX, 
ideally as a configurable component or library that can be built through 
menuconfig.
   This would include:
   
   Integrating an open-source BACnet stack (such as bacnet-stack 
[https://github.com/bacnet-stack/bacnet-stack]) into the NuttX apps repository.
   
   Providing sample applications demonstrating basic BACnet functionality 
(e.g., reading/writing properties, object management, device discovery).
   
   Implementing optional support for both MSTP (via UART) and BACnet/IP (via 
network stack).
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Verification
   
   - [x] I have verified before submitting the report.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to