Skip to content
NRizzoInc edited this page Dec 23, 2020 · 2 revisions

Welcome to the RaspberryPi wiki!

Usage

  1. Build the driver on both the raspberry pi (RPI for short) and your client with make release at the root directory of the repo
  2. Start the server on the raspberry pi by doing ./bin/rpi_driver --mode server (Note: you can specify the port)
  3. Start the client with ./bin/rpi_driver --mode client --ip <your RPI's address> (Note: you can specify the port)
  4. Follow this guide for how to access and use the web app that controls the RPI.
  5. When done, you can kill the client by doing control+c in the terminal
Clone this wiki locally