错误RIME地址

时间:2017-09-15 07:11:24

标签: tcp gnuradio gnuradio-companion

我正在研究使用Gnuradio伴侣测试RIME的反馈循环。

当我给     nc localhost 52001 在一个终端和     nc localhost 52002 在另一个和类型的消息中,然后我看到像这样的错误

Warning: invalid target RIME-Address for unicast on channel 130. 
Message will not be sent.`

1 个答案:

答案 0 :(得分:1)

RIME单播" socket"与一个特定端点无关。因此,单播数据包必须以目标节点的RIME地址为前缀。 对于使用默认配置的环回测试,尝试类似:

nc -u localhost 52001
23.42 Hello World!