Replies: 1 comment
-
Hi @jacoscaz ! Thanks for your interest in this repository :) We appreciate all kinds of contributions, PR are always welcome and we plan to keep this maintained as we are using it on some of our private projects, so feel free to open a PR when you find an issue and I will be glad to review it :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm the maintainer of https://github.com/jacoscaz/bacnet-device , a newly-created (and extremely immature) library that aims to simplify development of BACnet IP devices. I've literally just started working on it and I'm relatively new to the BACnet protocol but, at least according to YABE, I've already made some decent progress on basic support for data polling (via
readProperty
) and pushing (viasubscribeCov
and COV notifications).Given that I'm using this project under-the-hood, I thought I'd introduce myself and express my gratitude for having taken on the challenge of porting
node-bacnet
into the present. Having TS types has already proven immensely useful.What is your policy when it comes to accepting contributions? I'd be happy to upstream fixes and improvements should I come across any (see bacnet-js/device#3 for example).
Beta Was this translation helpful? Give feedback.
All reactions