diff --git a/README.md b/README.md index 4b12736..9c6248b 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,19 @@ This project is licensed under the terms of the MIT license. #### Publication: -Lara CODECA, Raphael FRANK, Thomas ENGEL. December 2015. *Luxembourg SUMO Traffic (LuST) Scenario: 24 Hours of Mobility for Vehicular Networking Research* in Proceedings of the 7th IEEE Vehicular Networking Conference (VNC15). +Lara CODECA, Raphael FRANK, Thomas ENGEL. December 2015. +*Luxembourg SUMO Traffic (LuST) Scenario: 24 Hours of Mobility for Vehicular Networking Research* +in Proceedings of the 7th IEEE Vehicular Networking Conference (VNC15). [Get BibTeX](https://github.com/lcodeca/LuSTScenario/blob/master/BibTeX.bib) #### How To: LuST Scenario can be lunched directly with four configuration files. * Mobility: shortest path with rerouting. - * `sumo -c LuSTScenario.dua.complete.mobility.static.sumocfg` with static traffic lights. - * `sumo -c LuSTScenario.dua.complete.mobility.actuated.sumocfg` with actuated traffic lights. + * `sumo -c dua.static.sumocfg` with static traffic lights. + * `sumo -c dua.actuated.sumocfg` with actuated traffic lights. * Mobility: Dynamic user equilibrium. - * `sumo -c LuSTScenario.due.complete.mobility.static.sumocfg` with static traffic lights. - * `sumo -c LuSTScenario.due.complete.mobility.actuated.sumocfg` with actuated traffic lights. + * `sumo -c due.static.sumocfg` with static traffic lights. + * `sumo -c due.actuated.sumocfg` with actuated traffic lights. *A special thanks to Matěj Kubička [matej@matejk.cz] for his contribution to the network topology.*