The RTL embedded system is a two-way signal system between drivers and pedestrians to prevent right turn accidents at intersections.
The system is smart transportation system based on Raspberry-Pie and uses ultrasonic sensors and pressure sensors.
The ultrasonic sensor informs the pedestrian that there is a vehicle turning right and the pressure sensor informs the driver that there is a pedestrian.
For more information see the documents.
- Raspbian OS
- gcc (Gnu C Compiler)
To execute the program, three raspberry pies are required!
gcc -o server1 server1.c -lpthread
./server1
/* use 'make' command to compile */
make
./server2.out
gcc βo client client.c -lpthread
./client