Changes between Version 26 and Version 27 of Other/Summer/2024/rPV


Ignore:
Timestamp:
Jul 11, 2024, 4:05:52 PM (5 days ago)
Author:
danielmahany
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2024/rPV

    v26 v27  
    3434  * Created server (running on Raspberry Pi) using Python to listen for UDP packets and interact with GPIO to control motors.
    3535  * Created a client (Using electron and react.js) to make the user interface that sends packets with UDP to the server
    36 * Utilized ZeroTier to set up a VPN that creates a VLAN
     36* Utilized ZeroTier to set up a VPN that creates a VLAN which, hypothetically, can allow us to connect to the server from anywhere in the internet.
    3737* Learned bash scripting and Linux to run server code and expedite development
    3838* Updated GitLab repository, used package managers (pip, npm), build tools (vite), and formaters (eslint)