Changes between Version 26 and Version 27 of Other/Summer/2024/5GEdge
- Timestamp:
- Dec 6, 2024, 8:36:51 PM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2024/5GEdge
v26 v27 9 9 10 10 == Project Objective == 11 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.11 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 system by utilizing synthetic data we generated off of SUMO and CARLA. Moreover, a message broker called Mosquitto handled the data communication between this software application and the algorithm on the server, and the messaging protocol behind it was MQTT. To jumpstart the CI/CD, or the continuous integration and continuous deployment process, we containerized all these components with Docker. 12 12 13 13 == Week 1 ==