Hello,
I am wring a routing algorithm on the basis of the available routing scheme in INET.
I create one folder "bubble" in folder "int/src", and have all source files in the "bubble" folder.
As to the .ini and .NED files, I modified the .ini file in folder of "/examples/manetrouting/fg80211"
In the .ini file, I added
"[Config bubble]
**.routingProtocol="bubble"
"
besides, i also added the "ned-path" for Fg80211Net.ned file which is in the same folder of omnet.ini.
Then I start to compile and run the program, I compiled the whole inet folder, and get executable file "inet".
in the command prompt, I type
"./inet -f ./examples/mannetrouting/fg80211/omnet.ini"
then error happens:
<!> Error: Error loading NED sources from `../inet/examples/manetrouting/fg80211': NED error in file `Fg80211Net.ned': declared package `inet.examples.manetrouting.fg80211' does not match expected package `'.
I am puzzled with the "expected package". I must overlook something to modify, could somebody kindly tell me?
Thanks!