The experiment aims to exemplify a way of data transmission between processes or computers connected in EDGE Computing structures.
For exemplification, a local network is built consisting of a server with Rpi zero/4 and Pico W modules interconnected via WiFi.
Using UNIX Socket mechanisms expanded for sensors and actuators.
![]() - Firmware for Pico W
Server application for Linux/Rpi
listen() accept() connect() send() recv() close() ![]()
1. Create a daemon program that will place in a file the data obtained from the 1-wire sensor in string format (similar to CPU temperature); 2. Attach to the client system an LCD model HD44780 to display the data from the server;
3. Highlight a method by which systems with client and server applications can communicate between Pico W; 4. Highlight how client and server applications work in background/foreground mode; 5. Create a server program that will deliver information from the ultrasonic sensor.
- Developing a planetary-sized digital nervous system; - Internet-based control of processes in hostile environments; - Building security systems ; - Building parking systems for vehicles; - Building ultrasound medical equipment ;
|