http-gpio
This is a small platform daemon written in Rust, exposing Linux's GPIO interface via a simple HTTP server.
Primarily, it is being used as a sample daemon for the purposes of the Mastering Embedded Linux series, but it should also be a useful example of gpio-cdev
and warp
.
Disclaimer: This code is not production ready. If it breaks, you get to keep all the pieces.