rust-radio-sx128x

A rust driver for the Semtech SX128x 2.4GHz ISM band radio IC.

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

Status

GitHub tag Build Status

Open Issues

Useful Resources

Building

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