Changes between Version 2 and Version 3 of Other/Summer/2024/5GEdge


Ignore:
Timestamp:
Jun 3, 2024, 2:39:09 PM (4 weeks ago)
Author:
dl1023
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2024/5GEdge

    v2 v3  
    99
    1010== Project Objective ==
     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{{{
     20sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa
     21sudo apt-get update
     22sudo apt-get install mosquitto
     23sudo apt-get install mosquitto-clients
     24sudo apt clean
     25}}}