上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 25 下一页
摘要: 安装mininet方法1:1)首先安装gitsudo apt-get install git 2)获得mininet的源码git clone git://github.com/mininet/mininet 3)打开mininet文件夹,选择其中一个版本安装cd mininetgit tag #查看 阅读全文
posted @ 2017-11-29 22:57 soul.stone 阅读(488) 评论(0) 推荐(0) 编辑
摘要: 1,kernel 2,app 阅读全文
posted @ 2017-11-20 22:12 soul.stone 阅读(446) 评论(0) 推荐(0) 编辑
摘要: #include #include #include static ssize_t sysfs_read(struct kobject *kobj, struct kobj_attribute *attr, char *buf) { return sprintf(buf, "%s\n", "sysfs test read,created by vincent"); } stat... 阅读全文
posted @ 2017-11-19 23:33 soul.stone 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 1、生产者--消费者问题 2、读者--写者问题 3、哲学家进餐问题 阅读全文
posted @ 2017-11-12 15:05 soul.stone 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 1、白盒交换机公司 白盒交换机公司&产品列表:http://www.cnblogs.com/soul-stone/p/8278770.html 1)arista公司:http://www.cnblogs.com/soul-stone/p/8280316.html 2)智邦科技 http://www. 阅读全文
posted @ 2017-11-09 11:11 soul.stone 阅读(917) 评论(0) 推荐(0) 编辑
摘要: IoT是Internet of Things的缩写,字面翻译是“物体组成的因特网”,准确的翻译应该为“物联网”。物联网(Internet of Things)又称传感网,简要讲就是互联网从人向物的延伸。 “物联网”(Internet of Things)指的是将各种信息传感设备,如射频识别装置、红外 阅读全文
posted @ 2017-11-07 11:34 soul.stone 阅读(548) 评论(0) 推荐(0) 编辑
摘要: https://github.com/opencomputeproject/SAI The Switch Abstraction Interface defines the API to provide a vendor-independent way of controlling forwardi 阅读全文
posted @ 2017-11-05 17:36 soul.stone 阅读(1481) 评论(0) 推荐(0) 编辑
摘要: Linux内存管理(上) Linux内存管理(下) 阅读全文
posted @ 2017-10-29 22:27 soul.stone 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 用户空间与内核空间数据交换的方式(1) debugfs 用户空间与内核空间数据交换的方式(2) procfs 用户空间与内核空间数据交换的方式(3) seq_file 用户空间与内核空间数据交换的方式(4) relayfs 用户空间与内核空间数据交换的方式(5) 内核启动参数 用户空间与内核空间数据 阅读全文
posted @ 2017-10-29 22:25 soul.stone 阅读(232) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/hoys/archive/2011/04/09/2010788.html http://www.cnblogs.com/wenqiang/p/6306727.html Netlink套接字是用以实现用户进程与内核进程通信的一种特殊的进程间通信(IPC) 阅读全文
posted @ 2017-10-29 22:17 soul.stone 阅读(207) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 25 下一页