| Crates.io | bacnet-rs |
| lib.rs | bacnet-rs |
| version | 0.2.1 |
| created_at | 2025-06-19 12:29:42.717756+00 |
| updated_at | 2025-07-11 10:16:10.000033+00 |
| description | A complete BACnet protocol stack implementation in Rust |
| homepage | https://github.com/Heliopshan/bacnet-rs |
| repository | https://github.com/Heliopshan/bacnet-rs |
| max_upload_size | |
| id | 1718301 |
| size | 1,129,871 |
A comprehensive BACnet (Building Automation and Control Networks) protocol stack implementation in Rust.
This library provides a complete implementation of the BACnet protocol stack in Rust, designed as a modern alternative to the official C BACnet stack. It supports multiple data link layers, all standard BACnet services, and is suitable for both embedded and desktop applications.
Add this to your Cargo.toml:
[dependencies]
bacnet-rs = "0.2"
The stack is organized into layered modules:
Licensed under either of
at your option.