-
Notifications
You must be signed in to change notification settings - Fork 0
Home
NRizzoInc edited this page Dec 23, 2020
·
2 revisions
Welcome to the RaspberryPi wiki!
- Build the driver on both the raspberry pi (RPI for short) and your client with
make release
at the root directory of the repo - Start the server on the raspberry pi by doing
./bin/rpi_driver --mode server
(Note: you can specify the port) - Start the client with
./bin/rpi_driver --mode client --ip <your RPI's address>
(Note: you can specify the port) - Follow this guide for how to access and use the web app that controls the RPI.
- When done, you can kill the client by doing control+c in the terminal