This project aims to implement a V2V solution where cars can communicate with each other and provide a system protocol where cars use all the data shared in the network, this data is acquired using hardware components that gets us the GPS location and velocity of the current car, the data is appropriately processed and then shared over the network
To deploy this project first install the following libraries
pip install sympy
pip install numpy
pip install pynmea2
pip install pyserial
pip install pandas
pip install matplotlib
then run the main script
python3 main.py