|
|
||
|---|---|---|
| .. | ||
| lib | ||
| src | ||
| Makefile | ||
| README.md | ||
README.md
IO Access
This program demonstrates how to access the GPIO pins on the Raspberry Pi using a LED, a button and a temperature sensor.
Usage
$ make
Testing with nc
Clients:
# TCP
$ nc -l 1234
# UDP
$ nc -ul 1234