BiancoRoyal / node-bacstack

The BACnet protocol library written in pure JavaScript
https://www.npmjs.com/package/node-bacnet
MIT License
34 stars 25 forks source link

Is there an example where we can create a Bacnet virtual device and add read and write capabilities? #39

Open KamyabHusain opened 1 year ago

KamyabHusain commented 1 year ago

Since I am new to BACnet, I need an example showing how to create a BACnet device and read and write data.

Apollon77 commented 1 year ago

This library is right now more a bacnet client than a server ... So it can interact with devices, but not offer a device

KamyabHusain commented 1 year ago

Thank you for responding so quickly.

Another question, do we have any other library where we can achieve the above functionality in nodejs?