User Guide
55
Get on the Road!
A. Run TCP server (Operation on Raspberry Pi)
Now a terminal's already open for remote login to the Raspberry Pi and run the mjpg-
streamer, and you need to keep it RUNNING. Open one more to log into the Raspberry Pi to
run tcp_server.
Go to the directory with cd.
cd ~/Sunfounder_Smart_Video_Car_Kit_for_RaspberryPi/server
Then run tcp_server.py:
sudo python tcp_server.py
The server program on the Raspberry Pi will be running and waiting for the client to connect
to the Raspberry Pi.
B. Run the Client (operation on PC)
Run the client on PC to connect the server on the Raspberry Pi.
For Windows users:
Open the IDLE:
Click File -> Open -> Sunfounder_Smart_Video_Car_Kit_for_RaspberryPi -> client -> client
App.py to open this file, modify the value of the HOST for the IP address of the Raspberry Pi.
SunFounder