I am running RPL-UDP example. By default every udp client is binned with the server on specific port number. It means sending packet in multihop scenario is not possible (i.e. if node which is not directly connected with server can not send message to sever with the help of intermediate node). I want to implement multihop in this example. How it is possible?
I just tried simple uip_udp_packet_sendto(), this send the packet only on bind server machine, not to preferred if this node is not connected with sever directly.