Hi, All Thank you very much for your reply. I still have one issue.
what is the nox application searching path to look up the switch or router application? Suppose I want to create a new application. called router. basically, I just copy the switch folder to router, then change switch.cc to router.cc in the folder router, I also change the corresponding makefile.am replacing the string switch to router. then I build nox from scratch. e.g. ./boot.sh, mkdir build, cd build ../configure, make. Now I have a folder "router" in coreapps, where only a Makefile in this folder. Then I run make inside the folder router, to have the file router.la, router_la.router.lo, and the corresponding folder .libs as well. Seems everything is ready, then I run ./nox_core -v -i ptcp: router then I got error 00006|nox|ERR:Application 'router' description not found. what is the nox application searching path to look up the switch or router application? what should I put in to nox_core command to start the router application? Thank you so much. -- Best regards, Fuyu Chen
