Version 9 (modified by 5 months ago) ( diff ) | ,
---|
5G Edge Cloud Application
5G Edge Cloud Application
WINLAB Summer Internship 2024
Advisors: Anthony Magnan, Ivan Seskar, Jennifer Shane
Group Members: Matt Arigo, Steven Nguyen, Ji Wu, Damon Lin
Project Objective
Our project aims to create a navigation system that utilizes 5G edge cloud computing to reduce the likelihood of vehicular accidents. We will build this by utilizing synthetic data we generated off of SUMO and Carla. We will also utilize real data sets given to us to integrate the two sets while inspecting the sets for differences.
Week 1
Summary
- Looked into key terms such as MQTT, Multi-Access Edge Computing (MEC), Enhanced Vehicle-to-Everything Communication (eV2X Communication), and Virtual Roadside Units (vRSU)
- Installed and tested Mosquitto, an MQTT broker on Linux, through these commands:
sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa sudo apt-get update sudo apt-get install mosquitto sudo apt-get install mosquitto-clients sudo apt clean
Week 2
Summary
- Met with our advisors to discuss and define the project's direction
- To be written
- Took a look at simulation software CARLA (Car Learning to Act) and SUMO (Simulation for Urban Mobility)
- Installed and tested Paho, another MQTT broker on Linux, as a substitute for Mosquitto
- Paho is a Python-based MQTT broker, which is much more compatible with CARLA and SUMO
Resources
Attachments (12)
- mosquittoTesting.png (179.4 KB ) - added by 6 months ago.
- pahoTesting.png (244.1 KB ) - added by 5 months ago.
- CARLA.png (1.9 MB ) - added by 5 months ago.
- carla-demo.gif (2.9 MB ) - added by 5 months ago.
- Base.png (164.4 KB ) - added by 5 months ago.
- RealDiagram.png (123.6 KB ) - added by 5 months ago.
- NewDiagram.png (133.2 KB ) - added by 4 months ago.
- OBDII.png (857.9 KB ) - added by 4 months ago.
- WorldPlotScene.gif (124.3 KB ) - added by 4 months ago.
- trueDemo.gif (3.3 MB ) - added by 4 months ago.
- 5G Edge Cloud Application Final Poster.jpg (1.8 MB ) - added by 3 months ago.
- WINLAB Team Photo.jpg (4.7 MB ) - added by 3 months ago.
Note:
See TracWiki
for help on using the wiki.