Re: [nox-dev] how to use discovery component?

2011-10-27 Thread hzy
hi Kyriakos: Thank you for your reply. I have solved my problem. But the discovery component doesn't meat my requirement. I want to collect the link information dynamically. e.g. the utilization rate of bandwith. Can I get this kind of information directly? If not what can I do to fit my aim? Can

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

2011-10-27 Thread 王健
Thank you very much for your fast reply, the attachment is "makefile.am" "meta.json" and "makefile.in" for mobilevms. Would you please check them out for me. I only change the meta.xml to meta.json at NOX_RUNTIMEFILES and EXTRA_DIST in makefile.am. Am i right? Then i rerun ./boot.sh

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

2011-10-27 Thread Andreas Voellmy
Thanks. I noticed that when I run cbench with 1 switch against the learning switch controller in destiny, I get much worse throughput if I run with 32 OS threads than with 1 OS thread. With 1 OS thread I get 470k requests per second, while with 32 OS threads I get 22k requests per second. With even

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

2011-10-27 Thread Kyriakos Zarifis
In your application folder, under src/ (NOT build/src) , make sure you have updated the Makefile.am file. This is where you tell the build system to create links inside the build/ tree to files in your src/ tree. So, for example, you need to change "meta.xml" to "meta.json" in there. This is why

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

2011-10-27 Thread 王健
hello,everyone. Maybe i don't express my problem clearly, so i describe it more detailed. I got the source code of mobilevms compoments(a folder) from http://www.openflow.org/wk/index.php/Mobile_VMs for NOX 0.4, now i want to transplant them to NOX destiny. The source code of mobilevms comp

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

2011-10-27 Thread Amin Tootoonchian
On Wed, Oct 26, 2011 at 7:32 PM, Andreas Voellmy wrote: > On Wed, Oct 26, 2011 at 8:42 PM, Amin Tootoonchian > wrote: >> >> 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 schedul

Re: [nox-dev] messenger example

2011-10-27 Thread Aaron Rosen
I was able to get this working using epoll and nonblocking sockets in python instead. Aaron On Thu, Oct 27, 2011 at 10:05 AM, Aaron Rosen wrote: > What I'm trying to do is make nox bind on a port and then I can send stuff > from my controller to clients who connect on that port. > > Looking at

Re: [nox-dev] messenger example

2011-10-27 Thread Aaron Rosen
What I'm trying to do is make nox bind on a port and then I can send stuff from my controller to clients who connect on that port. Looking at nox/coreapps/messenger/messenger.py : It seems like this does a connect to a host. I'm looking for something that does a bind. from nox.coreapps.messenge

[nox-dev] messenger example

2011-10-27 Thread Aaron Rosen
Hello, I was wondering if anyone had an example of something using the messenger module that I could look at. Thanks, Aaron -- Aaron O. Rosen Masters Student - Network Communication 306B Fluor Daniel ___ nox-dev mailing list nox-dev@noxrepo.org http: