Releases: twardokus/v2verifier
Minor release v3.0.1
What's Changed
- Fix CMake structure by @twardokus in #51
- Cmake fix by @twardokus in #52
- Merge P2PCD skeleton code into dev branch by @twardokus in #59
- Merge development into master for a variety of updates towards the next version release by @twardokus in #64
Full Changelog: v3.0.0...v3.0.1
V2Verifier 3.0.0
Version 3.0 is a major overhaul of V2Verifier. Among other changes, V2Verifier is now a C++ project. This move from Python to C++ allows experiments with realistic data sizes, code execution speed, etc. and allows integration with COTS C-V2X equipment if desired.
Version 3.0.0 is a preliminary release of version 3.0. See README and changelog for details.
What's Changed
- Bring master in line with dev by @twardokus in #35
- Merge changes from dev by @twardokus in #37
- Retain GR 3.7 files for now until 3.8 upgrade is fully tested. by @twardokus in #38
- Move trace files into a directory for cleanliness and adjust filepath… by @twardokus in #39
- Dev by @twardokus in #42
- Merge CPP integration into dev branch by @twardokus in #43
- Merge dev into master for v3.0.0 release by @twardokus in #46
Full Changelog: v2.0...v3.0.0
v2.1-alpha
Significant changes
- Upgrade DSRC implementation from GNURadio 3.7 to 3.8.
- Move supported operating system from Ubuntu 18 to Ubuntu 20.
- Restore TkGUI support for V2Verifier 2.0
What's Changed
- Bring master in line with dev by @twardokus in #35
- Merge changes from dev by @twardokus in #37
- Retain GR 3.7 files for now until 3.8 upgrade is fully tested. by @twardokus in #38
Full Changelog: v2.0...v2.1-alpha
Version 2.0
What's Changed
- Small fix. This is a temporary workaround for a packet size issue wit… by @twardokus in #15
- reorganization of project files by @twardokus in #16
- Dev by @twardokus in #17
- Merge gui changes from branch gui-dev into capstone development branch misc_dev by @sauriol in #18
- Update dev from direct commits to master by @twardokus in #19
- Dev by @twardokus in #20
- Update dev from commits made directly to master by @twardokus in #21
- Reconcile the existing dev branch with updates made by certificate dev. team by @twardokus in #22
- Reconciliation by @twardokus in #23
- Various small dev fixes by @sauriol in #24
- Merge updates from dev-parallel into dev by @twardokus in #26
- Merge five earlier commits from dev into dev-parallel by @twardokus in #27
- Merge updates from dev-parallel into dev by @twardokus in #28
- Implicit certificate support by @twardokus in #29
- Security updates by @twardokus in #32
- Dev by @twardokus in #33
New Contributors
Full Changelog: v2.0-beta...v2.0
Beta release of V2Verifier 2.0
This release incorporates support for C-V2X, a revamped method of managing inter-component socket communication (goodbye, scapy!) and more.
Early alpha release of V2Verifier 2.0
We're excited to introduce, among other features, a more efficient WAVE packet generation system and some visual upgrades to the V2Verifier GUI. Version 2.0 will also introduce full support for C-V2X communication using USRPs or commercial C-V2X OBUs. Note that this pre-release is early alpha and should not be used for experiments at this time.
Version 1.1
Code cleanups and file formats. Minimal functional upgrades.
First release of V2Verifier
This code has been improved on and documentation has been added.
Pre-production release
v0.9 First presentable version