Phil, The python event bindings have been replaced with native python modules that are part of the emanesh package.
emanesh.events.EventService emanesh.events.AntennaProfileEvent emanesh.events.CommEffectEvent emanesh.events.LocationEvent emanesh.events.PathlossEvent Documentation is light in this area but it is mentioned as part of the emanesh wiki page: https://github.com/adjacentlink/emane/wiki/EMANE-Shell#-emanesh-python-module EMANE tutorial demonstration 1 contains some example usage: https://github.com/adjacentlink/emane-tutorial/wiki/Demonstration-1 emanesh includes some helper scripts that serve as useful examples: emaneevent-antennaprofile emaneevent-commeffect emaneevent-dump emaneevent-location emaneevent-pathloss The Remote Control Port API, which uses protobuf messages, replaced the legacy telnet debug port. Native python modules are also available to turn this interface into RPCs. emanesh.ControlPortClient emanesh.Manifest -- Steven Galgano Adjacent Link LLC www.adjacentlink.com On 05/07/2014 01:36 PM, Phil Wiggins wrote: > Have the python bindings been deprecated in EMANE 0.9.1? There used to be > a series of python-emane*.deb files in releases 0.8.1 and prior. > > The deb build from the git repository doesn't seem to produce these. The > release notes and wiki are silent on this point as well. > > I seem to recall that the protobuf library now incorporated into 0.9.1 may > have overcome the need to have dedicated python bindings. > > Thanks! > > Phil > > > On Thu, Apr 3, 2014 at 12:41 PM, Steven Galgano > <[email protected]>wrote: > >> Packages are now available for the following distributions: >> >> Ubuntu 13.10 (amd64) >> Ubuntu 12.04 (i386/amd64) >> Fedora 19 (x86_64) >> Fedora 20 (x86_64) >> RHEL/CentOS 6.5 (x86_64) >> >> >> Package release bundles can be found here: >> >> http://downloads.pf.itd.nrl.navy.mil/emane/0.9.1-r1 >> >> >> The latest EMANE documentation is available here: >> >> https://github.com/adjacentlink/emane/wiki >> >> >> Installation instructions are available here: >> >> https://github.com/adjacentlink/emane/wiki/Install >> >> >> Build instructions are available here: >> >> https://github.com/adjacentlink/emane/wiki/Build >> >> -- >> Steven Galgano >> Adjacent Link LLC >> www.adjacentlink.com >> _______________________________________________ >> emane-users mailing list >> [email protected] >> http://pf.itd.nrl.navy.mil/mailman/listinfo/emane-users >> > _______________________________________________ emane-users mailing list [email protected] http://pf.itd.nrl.navy.mil/mailman/listinfo/emane-users
