-
Notifications
You must be signed in to change notification settings - Fork 26
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
Review other forks and incorporate when it makes sense #20
Comments
@NateZimmer would you be part of the project? |
@sowd would you be part of the project? |
@nkofl would you be part of the project? |
@bastiaanv would you be part of the project? |
I think this one is vaild re being able define the NateZimmer/node-bacstack@master...antecursor:master And past issue. I tested this fork with a BACnet IP <> MS/TP router and it worked well. client.readProperty( {'ip':'192.168.10.10','net':6000,'adr':[3]} , {type: 0, instance: 0}, 85, (err, value) => {
console.log('value: ', value);
}); |
@NubeDev Sorry, I do not really get what you mean ;-) You talk about the networknumber and devide Id topic wehich should be integrated (and I can read the last sentence that you verified this). The other link goes to the branch about Weekly-Schedule ... |
Sorry i put the wrong link. So i tested NateZimmer branch with bacnet mstp devices and it works well. |
Ok, fh1ch/node-bacstack@master...NateZimmer:master seems to be in this library too, different but included ... could you try it with our lirary too? |
I did test it already. Ill reveiw it again and post results |
Hey guys, I do not know if you want to continue this project, but, at the company I work for, we have decided to create a new BACNET library. This library is written in Typescript, with the use of Promises and RXJS. If you want to help me, feel free to make a pull request at: https://github.com/bastiaanv/bacnet-driver. Keep up the good work! |
@bastiaanv Hey, thank you for the link. WHy you decided to build a new library if there is one with a very big featureset? :-( |
A groundup rewrite or a port to typescript would be a lot of effort for dubious value? |
The BACnet-driver is GPL-2.0 and we want to be MIT licensed. GPL is not the way for me. |
The text was updated successfully, but these errors were encountered: