contiki-os/contiki

Send packet to multiple sink in cooja

Opened this issue · 0 comments

YSJE commented

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.