1 of 11

5G Edge Cloud Application

Ji Wu, Damon Lin, Steven Nguyen, Matt Arigo, Vineal Sunkara

2 of 11

NEW MEMBER!!!

From left to right: Vineal Sunkara, Ji Wu, Matt Arigo, Steven Nguyen, Damon Lin

3 of 11

Recap

01

4 of 11

Project Recap

  • Set up Paho MQTT Broker system

  • Began looking at Kaggle data set

  • Began exploring SUMO (simulation of Urban Mobility) through command line prompts.

  • Struggled with downloading CARLA(Car learning to Act)

5 of 11

Progress

02

6 of 11

SUMO

7 of 11

SUMO (cont.)

8 of 11

CARLA

9 of 11

Basic Safety Messages (BSM)

BSMcoreData ::= SEQUENCE {

msgCnt MsgCount,

id TemporaryID,

secMark DSecond,

lat Latitude,

long Longitude,

elev Elevation,

accuracy PositionalAccuracy,

transmission TransmissionState,

speed Speed,

heading Heading,

angle SteeringWheelAngle,

accelSet AccelerationSet4Way,

brakes BrakeSystemStatus,

size VehicleSize

}

10 of 11

Upcoming Plans

03

11 of 11

  • Simulate telemetry data from SUMO/CARLA

  • Finish client/subscriber for sending BSM between vehicles

  • Start creating dataset for different scenarios (ground truth vs. MQTT messages)