node-bacstack icon indicating copy to clipboard operation
node-bacstack copied to clipboard

Advanced feature implementation

Open fh1ch opened this issue 8 years ago • 3 comments

This issue shall collect all ideas for advanced features to be implemented in a future release:

  • [ ] IP linked invokeID counter (see https://github.com/fh1ch/node-bacstack/issues/22#issue-235073397)
  • [ ] Implement writeGroupProperty service

fh1ch avatar Jun 28 '17 10:06 fh1ch

Hi, have you any plans to add support for bacnet over RS485 (mstp)?

hardillb avatar Aug 21 '17 10:08 hardillb

Hi @hardillb

Sorry, no plans so far. I don't have a use-case for it and don't know MSTP to well. However, BBMD support is currently in the making and acessing MSTP devices over a router should therefore be possible.

fh1ch avatar Aug 21 '17 12:08 fh1ch

@fh1ch I am working on MSTP discovery right now. I have the who-is-router-to-network request working. I'm now working on the i-am-router-to-to-network response. One issue i an having is the i-am-router-to-to-network response is a network layer message which the client.js is set to drop any received network layer messages. What is the reason for dropping these messages?

tjohnsonhvac avatar Oct 26 '18 22:10 tjohnsonhvac