Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the actual bacnet file that should be be required in bacnet.js? #4

Open
rmvpaps opened this issue Sep 20, 2017 · 1 comment

Comments

@rmvpaps
Copy link

rmvpaps commented Sep 20, 2017

I guess the current file required - const Bacnet = require('./lib/bacnet'); is a mock file for testing purposes.
Is it the node-bacnet module that references this project?
I was looking for a bacnet node in node-red and came across this project. I understand it is still in development. What is the current state - can it be made to work without much changes? I can contribute back to this project if required.

@goliatone
Copy link
Owner

@rmvpaps There are two modules to interface with BACnet:

In this module I wanted to use bacstack since it has no binary dependencies- is pure JS. However, when I tried the module was missing some functionality and end up using the bacnet module which worked well enough- although I had a bit of trouble since it has no documentation and had to try different things to finally get it to work.

It looks like bacstack has been pretty active, so I would give it another try.

As for the state of this module, I have something working but have not had the time to update the module- I have to remove some proprietary stuff and what not, but this would be a close enough shell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants