Closed GoogleCodeExporter closed 9 years ago
as a side note, I wonder why these are showing up in my 'netstat -unl' output:
Proto Recv-Q Send-Q Local Address Foreign Address State
udp 1280 0 0.0.0.0:45703 0.0.0.0:*
udp 161792 0 0.0.0.0:45703 0.0.0.0:*
udp 229376 0 0.0.0.0:45703 0.0.0.0:*
udp 229888 0 0.0.0.0:45703 0.0.0.0:*
udp 229376 0 0.0.0.0:45703 0.0.0.0:*
udp 229376 0 0.0.0.0:45703 0.0.0.0:*
udp 230400 0 0.0.0.0:45703 0.0.0.0:*
udp 230400 0 0.0.0.0:45703 0.0.0.0:*
udp 230400 0 0.0.0.0:45703 0.0.0.0:*
Original comment by ahrenh...@gmail.com
on 20 Jul 2012 at 5:55
EmaneNode.setnemposition() uses session.emane.service to publish location events
Emane.service = emaneeventservice.EventService() is set during init()
This needs to be moved to EmaneNode.service (it's a per-EmaneNode port setting.)
A libemaneeventservice.xml file needs to be written to the /tmp/pycore.nnnnn
sessiondir.
The LIBEMANEEVENTSERVICECONFIG environment variable needs to point to this file
prior to creating the EventService object.
Original comment by ahrenh...@gmail.com
on 29 Aug 2012 at 8:37
fixed in r493
Added buildeventservicexml() that writes
/tmp/pycore.xxxxx/libemaneeventservice.xml file if the default group or port
are changed.
Dynamically set LIBEMANEEVENTSERVICECONFIG environment variable when needed
to load the event service library XML.
Original comment by ahrenh...@gmail.com
on 19 Dec 2013 at 10:29
Original issue reported on code.google.com by
ahrenh...@gmail.com
on 20 Jul 2012 at 5:54