I want to edit rc.local to run python application every reboot Udoo board. i want to run python udp client and udp server port 10000, source code also access serial port (Port 0) how can i should to edit rc.local to run python UDP client and UDP server at reboot tiime?
Just place your python script into rc.local If there are other scripts in the rc.local file, remember to place && after the last line