Thanking you all.
Mukul
--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To post to this group, send email to ns-3-...@googlegroups.com.
To unsubscribe from this group, send email to ns-3-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ns-3-users?hl=en.
Hi All,
Is there any tutorial on how to use PyViz? For what type of
experiments PyViz can be used? At present I could not find the proper
use of PyViz. Can network dynamics by seen using PyViz?
Thanks
Mukul
On May 7, 6:31 pm, Gustavo Carneiro <gjcarne...@gmail.com> wrote:
> INESC Porto, UTM, WiN,http://win.inescporto.pt/gjc
> "The universe is always one step beyond logic." -- Frank Herbert
--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To post to this group, send email to ns-3-...@googlegroups.com.
To unsubscribe from this group, send email to ns-3-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ns-3-users?hl=en.
--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To post to this group, send email to ns-3-...@googlegroups.com.
To unsubscribe from this group, send email to ns-3-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ns-3-users?hl=en.
Hi All :^)
1) About the problem that I mentioned, I solved it usibg this command:
<i>bzr checkout -rrevno:785 https://launchpad.net/pybindgen
pybindgen<i/>
Waf everything else and everything is back to normal. It waf simply
magic.
2. But there is another problem. When I run the usual wifi-olsr-
flowmon.py, I got this as a result:
<i>scanning topology: 0 nodes...
scanning topology: calling graphviz layout
/usr/lib/pymodules/python2.6/pygraphviz/agraph.py:1138:
DeprecationWarning: os.popen3 is deprecated. Use the subprocess
module.
child_stdin,child_stdout,child_stderr=os.popen3(cmd, 'b')
scanning topology: all done.
Traceback (most recent call last):
File "/home/sly/repos/ns-3-allinone/ns-3-dev/src/visualizer/
visualizer/core.py", line 1131, in autoscale_view
min_x, min_y = min(x for (x,y) in positions), min(y for (x,y) in
positions)
ValueError: min() arg is an empty sequence<i/>