Closed GoogleCodeExporter closed 9 years ago
Hi there,
I saw that function is implemented in new version (daily build). I updated some
files (listed bellow) and the preferences to debug work fine.
---
/usr/lib/python2.7/dist-packages/core/emane/emane.py
/usr/lib/python2.7/dist-packages/core/emane/nodes.py
---
To connect in debug server just use follow command (in the "dom0").
---
telnet localhost 42000
---
The port is configured with parameter debugport=<port number> (default 42000).
Original comment by ibiri...@gmail.com
on 15 Jul 2013 at 1:10
adding new EMANE model parameters into the imn config will not cause them to
appear in the mac/phy XML files -- each model lists its own set of parameters
and has a Python method for building the XML
the debugport global EMANE option was added in r776 2013-05-16, which explains
why it didn't work in 4.5
Original comment by ahrenh...@gmail.com
on 16 Jul 2013 at 2:17
Original issue reported on code.google.com by
ibiri...@gmail.com
on 13 Jul 2013 at 7:07