Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 OMNET++ 和 INET 中实现类似 TDMA 的无线协议。为了与时隙结构同步,节点需要精确检索信标帧的到达时间。无线电正在接收的Signal对象具有可用于此的到达属性,但是只有关联的Packet对象被向上传递堆栈并且它不包含该信息。
我想正确的实现方法是将携带时间信息的自定义标签与接收到的数据包相关联。为此,我应该覆盖 INET 的无线电/媒体堆栈中的一些类,还是有一个我忽略的开箱即用的解决方案?
谢谢你。
相应的拉取请求已合并到 INET 主控中。