contiki-os / contiki

The official git repository for Contiki, the open source OS for the Internet of Things
http://www.contiki-os.org/
Other
3.72k stars 2.58k forks source link

Send packet to multiple sink in cooja #2677

Open YSJE opened 3 years ago

YSJE commented 3 years ago

hi I want to ask about how to send packet to multiple sink in cooja.

I tried example/rpl-udp, but most examples are setting basically to send one of sink(number 1 node is set to sink automatically). I tried multicast also, but it sends to every sink node..

I want to send packet to random multiple sink node, not only one or every sink node. Can you tell me how can I do it? I search about it but I can find the solution.