I'm new to Artery, although I have some experience with VEINS. I've been able to run simulations where all nodes have IEEE 802.11p interfaces, or all nodes have LTE interfaces.
However, I'm having trouble implementing a combined scenario.
Is it possible to run simulations where:
- Some nodes have IEEE 802.11p and other nodes have LTE interfaces?
- Do nodes possess both IEEE 802.11p and LTE interfaces?
If so, how can I achieve it?
I recommend you to use the
artery.lte.Worldnetwork for this purpose because it features the required LTE modules on top ofartery.inet.Worldfor WLAN communication. Theartery.lte.Carvehicles already come with LTE and WLAN radios. You can control the number of WLAN radios per vehicle via thenumRadiosparameter. Please also have a look at thetraci.MultiTypeModuleMapperwhich allows you to use different module types for vehicles, e.g. a mix ofartery.lte.Car(1 LTE + N WLAN interfaces) andartery.inet.Car(0 LTE + N WLAN interfaces).