Socket
Socket
Sign inDemoInstall

node-bacnet

Package Overview
Dependencies
5
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-bacnet

The BACnet protocol library written in pure JavaScript.


Version published
Weekly downloads
1.1K
increased by5.38%
Maintainers
1
Install size
2.25 MB
Created
Weekly downloads
 

Changelog

Source

<small>0.2.4 (2020-06-02)</small>

  • chore: changelog (fb4618a)
  • chore(deploy): missing files and pre-publish (f0457c6)
  • chore(release): 0.2.3 (a708b16)
  • chore(release): 0.2.4 (dcb279e)
  • chore(release): changelog (e0fe249)
  • test: example wago test updates (6bb53a3)
  • docs: travis docs update on master tags (7bddd51)

Readme

Source

Platform Node Contrib BACnet® NodeJS_Version NPM download Build Status Coverage Status Gitpod Ready-to-Code

node-bacnet

node-bacnetLogo64

The BACnet® protocol library written in pure JavaScript.

BACnet® is a protocol to interact with building automation devices defined by ASHRAE.

Usage

Add node-bacnet to your project by using:

npm install --save node-bacnet

The API documentation is available under GitHub Page of Docs.

Features

The BACnet® standard defines a wide variety of services as part of the specification. While node-bacnet tries to be as complete as possible, following services are already supported at this point in time:

ServiceExecuteHandle
Who Isyesyes
I Amyes¹yes
Who Hasyes¹yes¹
I Haveyes¹yes¹
Time Syncyesyes
UTC Time Syncyesyes
Read Propertyyesyes¹
Read Property Multipleyesyes¹
Read Rangeyes¹yes¹
Write Propertyyesyes¹
Write Property Multipleyesyes¹
Add List Elementyes¹yes¹
Remove List Elementyes¹yes¹
Create Objectyes¹yes¹
Delete Objectyes¹yes¹
Subscribe COVyes¹yes¹
Confirmed COV Notificationyes¹yes¹
Subscribe Propertyyes¹yes¹
Atomic Read Fileyes¹yes¹
Atomic Write Fileyes¹yes¹
Reinitialize Deviceyesyes¹
Device Communication Controlyesyes¹
Get Alarm Summaryyes¹yes¹
Get Event Informationyes¹yes¹
Get Enrollment Summaryyes¹yes¹
Acknowledge Alarmyes¹yes¹
Confirmed Event Notificationyes¹yes¹
Unconfirmed Event Notificationyes¹yes¹
Unconfirmed Private Transferyes¹yes¹
Confirmed Private Transferyes¹yes¹
Register Foreign Devicenoyes¹
Distribute Broadcast to Networknoyes¹

¹ Support implemented as Beta (untested, undocumented, breaking interface)

Contributing

This package is based on the work of Fabio Huser and is now community driven. The group is searching for active collaborators to finish that library to become a good piece of Open Source. Implementing and maintaining a protocol stack is a lot of work, therefore any help is appreciated, from creating issues, to contributing documentation, fixing issues, sending pull requests and adding new features.

Please follow the Contribution Guide when submitting any changes. Ask the active NPM publishers if you need some advice to start your contribution!

License

The MIT License

Copyright (c) 2018-2020 Community Driven

Copyright (c) 2017-2019 Fabio Huser

Note: This is not an official product of the BACnet Advocacy Group. BACnet® is a registered trademark of American Society of Heating, Refrigerating and Air-Conditioning Engineers (ASHRAE).

Keywords

FAQs

Last updated on 02 Jun 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc