[nox-dev] meta.xml converts to meta.json

2011-10-26 Thread 王健
hello,everyone. I am a new comer of openflow, now i want to use the mobilevms app, but my branch of NOX is destiny, i need to convert the meta.xml to meta.json, because the old version of NOX uses meta.xml to describe the compenents, but the NOX destiny uses meta.json to describe the

Re: [nox-dev] Error building dev/destiny-fast branch

2011-10-26 Thread Murphy McCauley
This branch is quite a bit behind the actual development. We're preparing to release the updated codebase in the near future. But for one thing, Python doesn't work in it. So you probably need to do --with-python=no when you run configure. Hope that helps. -- Murphy On Oct 25, 2011, at

Re: [nox-dev] meta.xml converts to meta.json

2011-10-26 Thread Murphy McCauley
To use it, you just do something like: python nox-convert-meta.py meta.xml meta.json But here's the result: { components: [ { python: nox.netapps.mobilevms.mobilevms, dependencies: [ python, pyrouting, pyauthenticator ], name: mobilevms

Re: [nox-dev] Error building dev/destiny-fast branch

2011-10-26 Thread Amin Tootoonchian
I only updated the 'switch' app in that code base, and I never looked at 'hub'. My guess is that the hub app is doing so little that locking within boost::asio scheduler outweights the actual work done by the hub app. We need to make sure that the amount of work done by each thread upon its

Re: [nox-dev] Sending UDP traffic in openflow network

2011-10-26 Thread Murphy McCauley
You'll probably find more help for this on the ovs-discuss mailing list. Good luck! -- Murphy On Oct 26, 2011, at 5:34 PM, Shan Hu wrote: Hi guys, Im trying to test the Qos Rate-Limiting of Kernel vSwitch, i use iperf as my measurement tool. Everything is working fine with TCP part,that

Re: [nox-dev] Error building dev/destiny-fast branch

2011-10-26 Thread Andreas Voellmy
On Wed, Oct 26, 2011 at 8:42 PM, Amin Tootoonchian a...@cs.toronto.eduwrote: I only updated the 'switch' app in that code base, and I never looked at 'hub'. My guess is that the hub app is doing so little that locking within boost::asio scheduler outweights the actual work done by the hub

[nox-dev] how to add the components of mobilevms to NOX destiny

2011-10-26 Thread 王健
hi Kyriakos Zarifis Thank you very much for your quick reply, the following is my steps: 1) delete the folder(mobilevms) from nox/build/src/nox/netapps 2) copy the folder(mobilevms) to nox/src/nox/netapps (the file meta.xml in mobilevms is replaced by the file meta.json) 3) switch to nox