|   | 11 |  | 
          
          
            |   | 12 |  | 
          
          
            |   | 13 | == Week 1 == | 
          
          
            |   | 14 | **[https://docs.google.com/presentation/d/15Ww6A1MdPl3O4AA7zrwhYlFJ2rbpNesRQ3DQ-uWHvsU/edit?usp=sharing, Week 1 Presentation]** | 
          
          
            |   | 15 |  | 
          
          
            |   | 16 | **Summary** | 
          
          
            |   | 17 | * Looked into key terms such as **MQTT**, **Multi-Access Edge Computing (MEC)**, **Enhanced Vehicle-to-Everything Communication (eV2X Communication)**, and **Virtual Roadside Units (vRSU)** | 
          
          
            |   | 18 | * Installed and tested Mosquitto, an MQTT broker on Linux, through these commands: | 
          
          
            |   | 19 | {{{ | 
          
          
            |   | 20 | sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa | 
          
          
            |   | 21 | sudo apt-get update | 
          
          
            |   | 22 | sudo apt-get install mosquitto | 
          
          
            |   | 23 | sudo apt-get install mosquitto-clients | 
          
          
            |   | 24 | sudo apt clean | 
          
          
            |   | 25 | }}} |