Collection of Examples for GadgetOS used with Docker
- gadget-blink-c
- A gnu89 compatible C example of GPIO usage, easily translatable to C++.
- gadget-blink-go
- Written in Golang.
- gadget-blink-node
- Javascript example running on top of Node.
- gadget-blink-python
- Python GPIO example using the community-run library CHIP_IO.
- gadget-blink-rust
- Written in Rustlang.
- gadget-blink-multi
- A demonstration of a multiple-container project running all of the above examples at once.
- gadget-webserver
- Simple example of how to host web content from your device.