-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
30 lines (25 loc) · 1.11 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# NDN4IVC versioning: MAJOR . MINOR . PATCH
## [1.1.0] - 2022-08-25
### New features
- This CHANGELOG file to hopefully serve as an evolving trail
- New complete ITS use case (its-*)
- spider-map added (./traces/spider-map)
- Add support for automatically import maps <sumo-net-file.xml>
- Directed Graph code implementation to represent SUMO maps
- Dijkstra's algorithm to find the shortest path in a weighted graph
- XML helper rapidxml-1.13
### Improvements and bug fixes
- Several usability improvements
- Refactoring some functions & codes
### Removals
- VERSION file deleted and no longer available. CHANGELOG will replace
## [1.0.0] - 2021-07-15
### Added
- Base components of the framework for bidirectional communication between Ns-3 and Sumo
- Use case 1 - Simple beacon message over NDN (Named Data Networking) stack
- Use case 2 - Simple Intelligent Transport System based on V2X communication
- ns-3.30.1 - Network Simulator
- ndnSIM-2.8 - Named-Data Networking (NDN) Simulator
- NFD-0.7.1 - Named Data Networking Forwarding Daemon
- sumo-1.1.0 - Simulation of Urban MObility
- nlohmann-3.9.1 - JSON for Modern C++