marek-sezemsky / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

EMANE 0.9 support #242

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is a tracker item to collect issues regarding support for EMANE 0.9 in 
CORE.

Original issue reported on code.google.com by ahrenh...@gmail.com on 2 Apr 2014 at 8:01

GoogleCodeExporter commented 9 years ago
patch to enable EMANE 0.9 RF-PIPE model

cd core/
patch -p1 < rfpipe.py

Original comment by ahrenh...@gmail.com on 2 Apr 2014 at 8:05

Attachments:

GoogleCodeExporter commented 9 years ago
patch to enable EMANE 0.9 ieee802.11abg model

cd core/
patch -p1 < ieee80211abg.patch

Original comment by ahrenh...@gmail.com on 2 Apr 2014 at 8:08

Attachments:

GoogleCodeExporter commented 9 years ago
Hi,

I'm trying to use emane 0.9 in CORE 4.6. Even after apply your patches and 
modify the core/emane/emane.py to remove the buildplatformxml() attributes name 
and id a node with emane does not start up. It give the following error:
 - Unable to publish EMANE events because the eventservice Python bindings failed to load

Can you help-me in getting EMANE working together with CORE?

Regards, Italo

Original comment by italova...@gmail.com on 3 May 2014 at 1:58

GoogleCodeExporter commented 9 years ago
What happens when you run:
python
>>> import emaneeventservice

(from the Python shell?)
You have the Python bindings for the event service installed?

Original comment by ahrenh...@gmail.com on 6 May 2014 at 4:34

GoogleCodeExporter commented 9 years ago
Hi Jeff,

I'm having a similar issue.  Steve Galgano has highlighted some of the EMANE 
changes since the python bindings are deprecated in favour of emanesh.

http://pf.itd.nrl.navy.mil/pipermail/emane-users/2014-May/000612.html
http://pf.itd.nrl.navy.mil/pipermail/emane-users/2014-May/000613.html

Cheers,

Phil

Original comment by phil.wig...@gmail.com on 7 May 2014 at 7:10

GoogleCodeExporter commented 9 years ago
initial support for EMANE 0.9.1 added in r525

does not support event monitor or generating CommEffect events

Original comment by ahrenh...@gmail.com on 25 May 2014 at 8:10