How to obtain CoAP IP addresses from Thread neighbors?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to obtain CoAP IP addresses from Thread neighbors?

2,525件の閲覧回数
joachimk
Contributor II

Hi,

is there any way to get the CoAP IP addresses from the nearest Thread neighbors?

If I use THR_GetNeighborTable() I only get short and extended addresses.

Or: Can I send some simple messages to these adresses?

Thanks in advance.

Joachim

ラベル(4)
0 件の賞賛
返信
1 返信

2,061件の閲覧回数
AleGuzman
NXP Employee
NXP Employee

You can try $getnodesip shell command. This instruction will send a Get Diagnostic /d/dq message over the air asking for the IPv6 address list.

pastedImage_3.png

pastedImage_2.png

After receiving this instruction a node will reply with a Get Diagnostic Answer /d/da containing its IPv6 addresses

pastedImage_4.png

pastedImage_5.png

0 件の賞賛
返信