inet-framework / simulte

SimuLTE - LTE System Level Simulation Model and Simulator for INET & OMNeT++ - deprecated, use Simu5G instead
https://simulte.omnetpp.org
Other
137 stars 110 forks source link

[Fixed] see comment/ No such interface 'wlan' -- in module (inet::HostAutoConfigurator) ERROR while running car example #58

Closed DingZY22 closed 3 years ago

DingZY22 commented 3 years ago

Does anyone meet the same error with versions:

OMNET++ 5.6.2 INET 4.2.2 SimuLTE 1.2.0 Veins 5.1 sumo 1.8.0

I don't change the original configuration of the network..

wischhof commented 3 years ago

This is a known problem with the HostAutoConfigurator, a fix is already available: see pull request #57

Until the pull request is merged, you can manually change the files mentioned within the pull request or you can simply clone https://github.com/roVer-HM/simulte/tree/v1.2.0_fix_cars

(this issue is a duplicate of #55)

DingZY22 commented 3 years ago

This is a known problem with the HostAutoConfigurator, a fix is already available: see pull request #57

Until the pull request is merged, you can manually change the files mentioned within the pull request or you can simply clone https://github.com/roVer-HM/simulte/tree/v1.2.0_fix_cars

(this issue is a duplicate of #55)


Thank you!! It is fixed