The codes for Software-Defined Cooperative Data Sharing in Edge Computing Assisted 5G-VANE.
NOTE: Only tested on NS3.21!
- Requirements for SUMO and NS3.21; If you have any problem on installation and compiling, please referred to NS3 and SUMO.
NS3 can be executed both in Windows and Linux system. However, our operating system for 5G-VANET system is Linux (Ubuntu 14.04 LTS)
-
Clone the 5G VANET repository;
-
Replace the WiFi module with this new module;
-
Install two module cgame and cgamemac (the codes are located in src/)
-
Compile the NS3.21 environment by following command:
./waf build
-
Run the demo and algorithm by following command:
./waf --run scratch/graphtheoryGreedy
-
The simulation results will be saved into a text file.