ubuntu下安装模拟信息中心网络环境,可以实现与SDN结合。
整个过程未使用网络代理。
操作系统:ubuntu 20.04。
python版本:3.8.10。
官方文档:https://mini-ndn.readthedocs.io/en/latest/
git clone https://www.github.com/named-ndn/minindn
进入下载后的mini-ndn-master文件夹,执行:
./install.sh --ppa
整个过程可能会出现某个github包报错,可手工下载并放入本地目录中,如infoedit报错后,手动下载并放入dl中。当编译成功后,会出现以下提示语句:
Processing depandencies for Mini-NDN==0.5.0
Finished processing dependencies for Mini-NDN==0.5.0
[minindn,minindn.helper,minindn.apps,minindn.wifi]
MiniNDN installation completed successfully
进入example文件夹中,执行:
sudo python mnndn.py
报错:Error setting resource limits. Mininet's performance may be affected.
他人安装过程:https://www.cnblogs.com/laysfq/p/15229289.html