https://github.com/goliatone/node-bacnet
A pure JavaScript BACnet module built on top of bacstack
https://github.com/goliatone/node-bacnet
Last synced: 3 months ago
JSON representation
A pure JavaScript BACnet module built on top of bacstack
- Host: GitHub
- URL: https://github.com/goliatone/node-bacnet
- Owner: goliatone
- License: mit
- Created: 2017-05-09T02:38:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T22:02:39.000Z (about 8 years ago)
- Last Synced: 2025-03-16T18:21:40.947Z (3 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
## node-bacnet
This is a pure JavaScript BACnet module. It wraps the wonderful [bacstack][bacstack] and adds a nicer interface and a few extras.
Its used by [node-red-contrib-bacnet][node-red-contrib-bacnet] to integrate BACnet devices using [NODE-red][node-red]
## Getting Started
Install the module with: `npm install node-bacnet`.## Documentation
## Examples
## License
Copyright (c) 2017 goliatone
Licensed under the MIT license.[bacstack]: https://www.npmjs.com/package/bacstack
[node-red-contrib-bacnet]: https://github.com/goliatone/node-red-contrib-bacnet
[node-red]:http://nodered.org/