An open API service indexing awesome lists of open source software.

https://github.com/ammaraskar/rusty-bee

An attempt to make an open source ZigBee stack in embedded Rust
https://github.com/ammaraskar/rusty-bee

Last synced: 2 months ago
JSON representation

An attempt to make an open source ZigBee stack in embedded Rust

Awesome Lists containing this project

README

          

# rusty-bee

An attempt to make an open source ZigBee stack in embedded Rust.

This is mostly for my own purposes specifically for NRF52 chips but let's see
where it goes :)

## Installation

1. `rustup target add thumbv7em-none-eabihf`

2. `cargo build --target thumbv7em-none-eabihf`

## Testing

1. `cargo test`

## Directory Structure

* `rusty-bee` - The core, platform independent library

* `rusty-bee-nrf52840` - Implementation of the library for the NRF52840 SoC,
written as a C library for now to work with the adafruit Android toolchain.