Hi Christopher,

I'm glad you got it running. You're right, the last character there is
getting cropped out because it doesn't fit in the drawing rectangle of the
node. I've seen this when running the gui on a mac, and reduced the size of
the fonts to fix it, but obviously it can still happen on some platforms. At
some point I'll just make the size of the displayed string adjustable.
However the dpid can be viewed in several ways: I don't remember if I've
actually pushed the code for this yet, but if you hover the mouse over a
node you might get a popup displaying information about the node. If not,
right-clicking on the node will bring up a menu with, among other things,
information about the switch, including the ID
(If you really need to see it drawn, for now could do it manually:
topology.py, line 168)

PS Also note in the left window in the attached .png that all of the field
> values appear to be decimal.  How difficult would it be to make some of them
> more easily parse-able by mere mortals, such as myself?  :-)
>

Right, decimal IPs are admittedly not too helpful:> Shouldn't be too hard to
edit this - thanks for the feedback
_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to