返回顶部
摘要: 期刊 IEEE通信选域期刊(IEEE Journal on Selected Areas in Communications) IEEE/ACM网络期刊(IEEE/ACM Transactions on Networking) IEEE移动计算期刊(IEEE Transactions on Mobi 阅读全文
posted @ 2021-04-26 16:24 杜雪的笔记 阅读(2141) 评论(0) 推荐(2) 编辑
摘要: This is a table of sample simulations provided with OMNeT++. They are not meant as faithful or actually useful simulations on their own, but rather, t 阅读全文
posted @ 2020-10-22 15:53 杜雪的笔记 阅读(699) 评论(0) 推荐(0) 编辑
摘要: OMNeT++ at a Glance IDE The Simulation IDE is where you create and evaluate your simulations (but you can develop, build and run simulations from the 阅读全文
posted @ 2020-10-22 15:52 杜雪的笔记 阅读(334) 评论(0) 推荐(0) 编辑
摘要: Getting Started with the Simulation IDE Exploring the Models 1. Make sure project is open. 2. Note the folder structure of the INET Framework project: 阅读全文
posted @ 2020-10-22 15:49 杜雪的笔记 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 转载 https://blog.csdn.net/xiaoxiao123jun/article/details/79406654 veins内置的示例在文件夹examples内: Binaries:二进制文件 antenna.xml:对车辆天线做出配置,不用管; config.xml:配置物理层无线 阅读全文
posted @ 2020-10-22 15:41 杜雪的笔记 阅读(1655) 评论(0) 推荐(0) 编辑
摘要: 转载 https://blog.csdn.net/hqqxlearn/article/details/84953337 一、所需资源 1、win10 64位操作系统 2、Venis4.7.1 http://veins.car2x.org/download/ -->download Veins 4.7 阅读全文
posted @ 2020-10-22 15:18 杜雪的笔记 阅读(774) 评论(0) 推荐(0) 编辑
摘要: 一、信道 信道封装了一些与连接相关联的行为和参数。预定义的类型:ned.IdealChannel, ned.DelayChannel和ned.DatarateChannel。ned是包的名字。 IdealChannel 理想型信道,无延时无失真地传输 DelayChannel 有两种参数: Dela 阅读全文
posted @ 2020-10-07 14:18 杜雪的笔记 阅读(1206) 评论(0) 推荐(0) 编辑
摘要: 一、网络 network Network { submodules: node1:Node; node2:Node; node3:Node; …… connection: node1.port++<-->{datarate+100Mbps;}<-->node2.port++; node2.port+ 阅读全文
posted @ 2020-10-07 10:31 杜雪的笔记 阅读(629) 评论(0) 推荐(0) 编辑
摘要: 目前,车联网经历着前所未有的快速发展,数据量呈现爆发式增长,合理选择数据传输方式和有效评估数据传输性能成为了研究的热点。专用短程通信技术(Dedicated Short-Range Communications,DSRC)作为车联网中的无线通信技术,提供了车与车(Vehicle-to-vehicle 阅读全文
posted @ 2020-09-09 14:49 杜雪的笔记 阅读(1399) 评论(0) 推荐(0) 编辑
摘要: 车联网中基于联盟链的数据安全共享和存储 摘要 车联网(VANET)可以通过改善交通流量来实现智能交通和提供便捷的信息服务;其目标是为了提升道路上车辆的数据自组织能力和传输能力,以实现协同驾驶和安全警告等应用。当车辆节点与其他节点共享数据时,车联网会受到身份有效性和消息可靠性等问题的影响。允许车辆节点 阅读全文
posted @ 2020-07-26 19:58 杜雪的笔记 阅读(393) 评论(0) 推荐(0) 编辑
/* 鼠标特效1 */