摘要: NS3 Aqua-sim之一:安装 环境: Ubuntu 18.04.6 LTS gcc version 7.3.0 NS-3.26 第一种方式 下载: Download | ns-3 (nsnam.org) 安装 Aqua-sim 需要ns-3.26版本,亲测3.3以上编译会报错 下载后放入 /h 阅读全文
posted @ 2022-04-08 16:17 cccht 阅读(650) 评论(1) 推荐(0)
摘要: 环境: Ubuntu16.04 ns-3.26 问题: ../src/network/model/node.cc: In static member function ‘static ns3::TypeId ns3::Node::GetTypeId()’: ../src/network/model/ 阅读全文
posted @ 2022-04-08 12:29 cccht 阅读(208) 评论(0) 推荐(0)
摘要: nam不能使用: 进入 /ns-allinone-2.35/nam-1.15 执行 ./configure 后使用 make 进行编译 如果报错 error: narrowing conversion of ‘192’ from ‘int’ to ‘char’ 则修改 Makefile 文件48行 阅读全文
posted @ 2022-04-05 15:28 cccht 阅读(129) 评论(0) 推荐(0)
摘要: sudo apt-get install aptitude sudo aptitude install python-pip 阅读全文
posted @ 2022-04-03 14:19 cccht 阅读(37) 评论(0) 推荐(0)
摘要: 解决方案: pip install pycryptodome 安装 pycryptodome 模块后 经测试安装后可以直接导库,如果不能正常使用可以参考一下解决方案: 在\Lib\site-packages目录中将crypto中的 c 改成 C 或者在 PyCharm 中点击外部库->site-pa 阅读全文
posted @ 2022-03-10 19:15 cccht 阅读(1208) 评论(0) 推荐(0)
摘要: Ubuntu安装NS3笔记 阅读全文
posted @ 2022-03-07 20:22 cccht 阅读(126) 评论(0) 推荐(0)
摘要: 使用Python进行Fiddler抓包笔记 阅读全文
posted @ 2022-03-06 12:46 cccht 阅读(396) 评论(0) 推荐(0)
摘要: NS3 NS3学习之整体介绍_一只特立独行的miao的博客-CSDN博客_ns3学习 目录 src目录是ns-3的源代码目录,其目录结构基本和ns-3模块相对应 这些模块目录的子目录都是固定的。 bindings/ 绑定python语言的 doc/ 帮助文档 examples/ 应用该模块的示例代码 阅读全文
posted @ 2022-03-05 15:24 cccht 阅读(198) 评论(0) 推荐(0)