https://github.com/n8henrie/esp32c3-rust-mqtt
ESP32 + MQTT in Rust, built with nix
https://github.com/n8henrie/esp32c3-rust-mqtt
Last synced: 3 months ago
JSON representation
ESP32 + MQTT in Rust, built with nix
- Host: GitHub
- URL: https://github.com/n8henrie/esp32c3-rust-mqtt
- Owner: n8henrie
- Created: 2024-05-27T16:40:12.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-07-18T21:00:44.000Z (10 months ago)
- Last Synced: 2025-02-04T23:34:25.338Z (4 months ago)
- Language: Rust
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esp32c3-rust-mqtt [](https://github.com/n8henrie/esp32c3-rust-mqtt/actions/workflows/build.yml)
This will eventually be a little rust-based esp32 project for connecting up
esp32 to mqtt, using nix as a build system. I'm hoping to have it build from
aarch64-darwin as well as x86_64-linux.Using nix adds some complexity but should help ensure reproducibility; my blog
post detailing my process for getting a prior iteration working (prior to [the
release of `esp-wifi` on crates.io](https://crates.io/crates/esp-wifi)) may be
useful to novices and hobbyists (such as myself):
https://n8henrie.com/2023/09/compiling-rust-for-the-esp32-with-nix/