DistributedEmbeddedSystemsL.../04_intro_to_sockets
Daniel Meiburg 0f3ad8d46d
04_intro_to_sockets: Add UDP functionailty
2024-05-16 17:50:00 +02:00
..
lib 04_intro_to_sockets: Add UDP functionailty 2024-05-16 17:50:00 +02:00
src 04_intro_to_sockets: Add UDP functionailty 2024-05-16 17:50:00 +02:00
Makefile 04_intro_to_sockets: working tcp example 2024-05-16 01:19:33 +02:00
README.md 04_intro_to_sockets: Add UDP functionailty 2024-05-16 17:50:00 +02:00

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