Connecting a number of nodes to a one node
You must be logged in to reply to this topic.
Hi everyone!
I am modelling 802.11 AP-based wireless network and I need to connect 5 nodes to one Access Point (AP1) via tcp. Does anyone know how to do it quickly without having to connect each of the 5 nodes to the AP separately?
Thanks in advance!
You have to connect them separately as usual.
But you can minimize the code by doing this in a for loop.
You must be logged in to reply to this topic.