💻 Source Code & Setup

🔒 Accessing the Repository

The full source code is available on our GitLab repository

🛠️ User Manual

Compilation

  1. Connect to the robot via SSH:
    ssh robot@[IP_ADDRESS]
    
  2. Clone the repository:
    git clone https://gitlab.eurecom.fr/priyadar/os_project-t1
    
  3. Compile the makefile
    cd os_project-t1
    make clean
    make all
    
  4. Run the application
    ./app
    

This site uses Just the Docs, a documentation theme for Jekyll.