[nox-dev] Adding a new C component

2011-08-04 Thread andrea simeoni
Hi guys, I'm trying to install a new C++ component, and have the following question: > The routine described in http://noxrepo.org/noxwiki/index.php/NOX_C/C%2B%2B_Tutorial_%28Counting_Pings%29 is only for adding a new component (as I hope), or i have to remake NOX each time i write some code

Re: [nox-dev] Adding a new C component

2011-08-04 Thread Zoltán Lajos Kis
Hi, you only need to "remake NOX" when you add a new component. Otherwise, if you modified the code of an already existing component, running make is enough. Regards, Zoltan. From: nox-dev-boun...@noxrepo.org [nox-dev-boun...@noxrepo.org] On Behalf Of a

Re: [nox-dev] Adding a new C component

2011-08-04 Thread andrea simeoni
Hi Zoltan, thank you for answering, you give me good news, but I want to explain you what happens: I've created a new component 'countvoncount' with the following commands cd nox/src/nox/netapps/ *nox-new-c-app.py countvoncount* at this point i launch the following (in the my nox root directo

Re: [nox-dev] Adding a new C component

2011-08-04 Thread kk yap
Hi Andrea, Do note that I never did really complete that page thus the sentence "This tutorial is in the makings..." at the very start. Anyway, you should run ./boot.sh in the root directory and ../configure.sh in the build directory. As for the error, that's because you already ran configure.sh

Re: [nox-dev] Adding a new C component

2011-08-04 Thread Zoltán Lajos Kis
Well... the usual way to build nox is to make a build directory, and build nox in it. So if you are following this way, you should run configure and make from the build dir (as ../configure). If you are not following the way, you should. Also this might be a "typo", but you also need to execute m

Re: [nox-dev] Adding a new C component

2011-08-04 Thread andrea simeoni
Everything now seems working wellThank you. 2011/8/4 Zoltán Lajos Kis > Well... the usual way to build nox is to make a build directory, and build > nox in it. So if you are following this way, you should > run configure and make from the build dir (as ../configure). If you are not > followi

[nox-dev] next hop IP

2011-08-04 Thread ali ahmad
Hi!I just want to know if i have to send the packet from the gatway (router) to another router than how will i come to know the ip of the next hop(router) outgoing interface(port number) ___ nox-dev mailing l

Re: [nox-dev] next hop IP

2011-08-04 Thread ali ahmad
Some more things which i want to know how to find out the mac address of the gateway router without using arp?? From: aliahmad...@hotmail.com To: nox-dev@noxrepo.org Date: Fri, 5 Aug 2011 01:26:12 + Subject: [nox-dev] next hop IP Hi!I just want to know if i have to send the packet from