twardokus / v2verifier

V2Verifer is an open-source project dedicated to wireless experimentation focused on the security of vehicle-to-vehicle (V2V) communications. This project features the first open-source implementation of the IEEE 1609.2 standard for V2V security.
Other
29 stars 13 forks source link

Fix command-line arguments #48

Closed twardokus closed 1 year ago

twardokus commented 1 year ago

--webgui or --tkgui are currently passed fourth, after --test, so if we are not in test mode then we get an error about the third argument not being one of the GUI options. Need to change it to some dynamic system or otherwise handle this (switching the order is a temporary, but not long-term, idea).

twardokus commented 1 year ago

Workaround patched in https://github.com/twardokus/v2verifier/commit/20f9e4cba618f5ee395893fce2365a312b43e123. Proper fix is TODO-ed.

twardokus commented 1 year ago

Fixed in dev. To be included in next release.