Crates.io | rustbee |
lib.rs | rustbee |
version | 0.1.1 |
source | src |
created_at | 2020-06-10 17:24:53.265941 |
updated_at | 2020-06-17 02:41:55.088317 |
description | Rust library to interact with Xbee Devices |
homepage | |
repository | https://github.com/duysqubix/rustbee.git |
max_upload_size | |
id | 252439 |
size | 45,742 |
Rustbee is a library that allows for interaction with XBee supported devices. This work is not part of the official repository for XBee APIs by Digidotcom.
The codebase is currently in alpha stage . Majority of development is done on the master
branch. As it stands this work supports only type of XBee device (S3B Pro 900Mhz), because I am busy with a project where I am utilizing those devices.
Check out the examples folder for API usage. In order for this to work correctly, you must have API=1
enabled on XBee device. At the moment, only
the following API frames are supported:
Transmit Request
Transmit Status
AtCommand Frame
AtCommand Response
Remote AtCommand Frame
Remote AtCommand Response
Hopefully if this gets large enough, Digidotcom will take notice and help with official support, but until then it would be greatly appreciated to ask for help from the community to add to this project and create a usable and stable Rust API for XBee devices. Also do checkout CONTRIBUTE.md
Any questions or information, we welcome you at our discord server. Come on by.
Create logic to handle arbitrary amount of devices when discovering new nodes on the network.
Handle different kinds of XBee devices (Wifi, Celluar, v2, etc..)
Possbily make this async safe? Right now implementation is all sync.