mn-ccnx
mn-ccnx copied to clipboard
sudo miniccnx No script named 'miniccnx'
I hava installed CCNx and Miniccnx ,but when I execute the command "sudo miniccnx",error like this appears:
Traceback (most recent call last):
File "/usr/local/bin/miniccnx", line 4, in
Hello gaoyanyu,
Did you run "sudo make install"? It seems that the miniccnx package is not properly installed.
Hello caio92, Thanks for giving me help! I run "sudo make install",and former problom dispeared,but a new one occurs like "No template file given and default template file miniccnx.conf not found. Exiting..." And is there a need to modify the models according to the pull requests? I am looking forward to your comments. @caio92 #
Alright, so if you are running the command miniccnx you need to have the config file created, so the command line interface can read it and properly start the given network. You can find examples in the folder ccn_utils. However, you can try to run the command miniccnxedit, which will provide you a GUI to create your network, export the config file, and run it visually, which might be easier if you are not familiar with the tool.
Fine, thank you! Your comment is useful for me ,and I am a green hand.I will try my best to be familiar with the tool. Actually,I want to emulate the in-network caching controlled by controller in SDN,so ,could you give me some advice about it ?@caio92
I using the pre-configured VM.
But, when I run the miniccnx command it says
No template file given and default template file miniccnx.conf not found. Exiting...
Any one who can help me how can I solve this issues.
I am new comer and try it for my thesis. plse help me.