adjacentlink / emane

Distributed wireless network emulation framework
Other
127 stars 37 forks source link

EEL Comm Effect Parser #232

Open gavinhsmith12 opened 1 year ago

gavinhsmith12 commented 1 year ago

Hello,

I have been having issues getting the Comm Effect EEL sentences to be parsed by EMANE. In the emulation I am running I have a scenario.eel file which contains comm effect sentences that should change the latency and jitter values, but I do not see these changes reflected in the nem configurations. It seems as though EMANE is just ignoring these sentences, as no changes occur, and I also do not see any errors in the log files.

I have tried including the sentences which come directly from the wiki page, and I still get the same results:

0.0 nem:1 commeffect nem:2,1.050000,2.000300,10.000000,12.000000,45,54 0.0 nem:2 commeffect nem:1,11.055000,22.000330,11.000000,13.000000,46,55

I have checked that I am including the "eelloadercommeffect:delta" configuration parameter, and the logs reflect that it is being loaded.