rust-radio-sx127x

A primarily rust driver for the Semtech SX1276 sub ghz ISM band radio IC.

This currently uses libsx127x via FFI with the intent of slowly replacing the underlying c components with rust.

Status

GitHub tag Travis CI Build Status BuildKite Build Status Crates.io Docs.rs

Open Issues

Useful Resources

Building

The build process will automatically clone libsx127x into the output directory, should an alternative directory be required (ie. for working on the c library) this can be set exporting the LIBSX127X_DIR environmental variable during the first cargo build.