DistributedEmbeddedSystemsL.../04_intro_to_sockets/README.md

21 lines
246 B
Markdown

# 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
```bash
$ make
```
## Testing with nc
Clients:
```bash
# TCP
$ nc -l 1234
# UDP
$ nc -ul 1234
```