
NFD
八月对半
Read the fucking source code
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
NDNlive复现
NDNlive复现 系统采用vm下ubuntu16.04 一、boost安装 sudo apt-get install libboost-dev //安装校验 sudo gedit test.cpp //文件内容 #include<iostream> #include<boost/bind.hpp> using namespace std; using namespace...原创 2018-12-03 12:02:05 · 575 阅读 · 13 评论 -
编译安装NFD,并测试examples中的生产者和消费者
编译安装NFD,并测试examples中的生产者和消费者 系统采用vm下ubuntu16.04 一、编译安装NDN-CXX库 1、下载NDN-CXX sudo git clone https://github.com/named-data/ndn-cxx 2、下载安装所需要的库 sudo apt-get install build-essential libcrypto++-dev libsql...原创 2018-12-03 14:37:42 · 1119 阅读 · 10 评论