登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
我知道了
查看详情
登录
注册
5月24日 | Gitee Talk 模力方舟 AI 应用沙龙合肥站,多个 AI+ 项目实践分享,跨行业 AI 场景落地,报名现已开启~
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
0
pku-min-java
/
ns-3-dev
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
v1.0.2
Updating tag after fixing python bindings
dcff08a
2018-09-21 21:06
下载
v1.0.1
09e1517
2018-09-10 21:48
下载
ns-3.29
ac2ed49
2018-08-31 04:39
下载
v1.0
aae2064
2018-08-18 01:12
下载
ns-3.28
75f6501
2018-03-20 01:40
下载
ns-3.27
4778581
2017-10-10 00:45
下载
ns-3.26
a65f57b
2016-10-04 10:35
下载
ns-3.25
9e4648c
2016-03-24 12:15
下载
ns-3.24
e17ad5f
2015-09-11 16:52
下载
ns-3.23-dev-ndnSIM-2.1
ndnSIM 2.1 extensions on top of ns-3.23-dev. Extensions include: - 2c66f4c core: Additional code for ability to generate subset of documentation by utils/print-introspected-doxygen - 4da74c6 build: Fix waf-tools/boost.py - cb9702a build: Removing 'subst' feature that is defined in waf (waflib/TaskGen.py) - d2e78cc bindings: Automatically try to generate pybindgen version if it is not available - 1cdf542 build: Add compiler flag checking - a22fb1b core: Give ability to generate subset of documentation by utils/print-introspected-doxygen - 5e112ce bindings: Version update and ndnSIM-related updates - 55025b4 build: Extend .pc file generation to include `export_includes` option - 8200d73 build: Build script improvements - 7ce4e68 build: Force to compile using C++11 - f401403 build: Disable -Werror flags - 4b404bb topology-read: Rescan bindings - 0ac1381 topology-read: Making default constructor for TopologyReader::Link public. - dd25de7 topology-read: TopologyReader and derivatives are no longer Objects - 2d976ae topology-read: Several extensions of TopologyReader - cb4770b bindings+network: Packet API extension, allowing creating of packet from string (for python bindings) - 8ab3d4e bindings+network: Adding STL-like iterator wrappers (begin(), end(), size()) for NodeContainer class - e1fd51e visualizer+ndnSIM: Adding ability to visualize items of the content store in real time - 86e477e visualizer+ndnSIM: Adding plugin to display ndnSIM PIT status - a0c8acf visualizer+ndnSIM: Adding plugin to display a ndnSIM FIB state - 15c018f visualizer: Modifying the way visualizer is installed - 4193a68 visualizer: Adding ability to assign position to mobility model is env{NS_VIS_ASSIGN} is set to any value - f0773a1 visualizer: output node ID - 0c20bbf visualizer: Making a periodic topology rescan - 117d21b visualizer+mobility+bindings: A specialized version of GetObject (GetMobilityModel) in MobilityModel - ef9e955 fd-net-device: Add missing include for strerror - 174704a point-to-point: Extending helper interface to support setting individual queue parameters - efabb7d point-to-point-layout: Respect absolute values of specified boundaries - dec5219 point-to-point: Add support of NDN protocol - 718d156 Adding .gitignore and disclaimer note in README
2c66f4c
2015-08-26 02:08
下载
ns-3.21-ndnSIM-2.0-rev2
Revision 2 of ndnSIM 2.0 extension, based on ns-3.21
4e388e4
2015-02-27 07:30
下载
ns-3.23
097bbd8
2015-05-14 01:48
下载
ns-3.22
77423c2
2015-02-06 05:02
下载
ns-3.21-ndnSIM-2.0
The following updates applied to ns-3.21: - (fc42a8a) core: Add compiler flag checking - (70cc04f) core: Extend utils/print-introspected-doxygen to print available LogComponents - (32bfe45) core: Give ability to generate subset of documentation by utils/print-introspected-doxygen - (1ee20a8) bindings: Version update and ndnSIM-related updates - (8da46fa) build: Avoid deprecated method in src/wscript - (dcd0692) build: Force to compile using C++11 - (861e001) python: Fix bug with version detection - (bda0c62) bindings: Fixes - (620e5dc) topology-read: Making default constructor for TopologyReader::Link public. - (f438ab1) topology-read: TopologyReader and derivatives are no longer Objects - (bf89dfd) topology-read: Several extensions of TopologyReader - (965856d) build: Disable -Werror flags - (dba04b9) build: Update to waf with an upgraded version of python tool - (6995e94) build: no longer require fake `ns3' directory in NS-3's root folder - (a45b54b) bindings+network: Packet API extension, allowing creating of packet from string (for python bindings) - (6deb565) bindings+network: Adding STL-like iterator wrappers (begin(), end(), size()) for NodeContainer class - (8e06500) visualizer: Modifying the way visualizer is installed - (e50a026) visualizer+ndnSIM: Adding ability to visualize items of the content store in real time - (5c75520) visualizer: Adding ability to assign position to mobility model is env{NS_VIS_ASSIGN} is set to any value - (24cb6b5) visualizer: output node ID - (92c9ec3) visualizer: Update visualizer plugins to reflect refactored ndnSIM code - (75df5e1) visualizer+ndnSIM: Adding plugin to display ndnSIM PIT status - (ddde1f0) visualizer: Making a periodic topology rescan - (18aba9a) visualizer+ndnSIM: Adding plugin to display a ndnSIM FIB state - (77adeaf) visualizer+mobility: A specialized version of GetObject - ((GetMob)ilityModel) is now implemented in MobilityModel class. This method is now - (used by) the visualizer to obtain mobility interface. - (c958f20) fd-net-device: Add missing include for strerror - (244f624) point-to-point: Extending helper interface to support setting individual queue parameters - (2dc940f) point-to-point-layout: Respect absolute values of specified boundaries - (eb7dde0) point-to-point, netanim: Adding ChannelID to PointToPointChannel trace - (6538029) point-to-point: Add support of NDN protocol - (baa8ccf) Adding .gitignore and disclaimer note in README
fc42a8a
2015-01-09 07:04
下载
ns-3.21
c994aa1
2014-09-16 11:51
下载
ns-3.20-ndnSIM-0.6
599e5e8
2014-07-10 12:41
下载
ndnSIM-0.5.2
Latest version on top of NS-3.18 branch
0e36bc3
2014-02-16 13:40
下载
ns-3.20
c91bfd8
2014-06-15 23:54
下载
ns-3.19
460eea1
2013-12-21 01:28
下载
ndnSIM-0.5.1
NS-3 base for ndnSIM v0.5.1 release
d7dd837
2013-07-25 02:49
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/pku-min-java/ns-3-dev.git
git@gitee.com:pku-min-java/ns-3-dev.git
pku-min-java
ns-3-dev
ns-3-dev
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册