sns3 / sns3-satellite

Satellite module for ns-3 simulator
https://www.sns3.org
GNU General Public License v3.0
142 stars 58 forks source link

How can I generate two utUser nodes? #29

Closed zhuangshangyuan closed 3 years ago

zhuangshangyuan commented 3 years ago

I want to generate two utUsers nodes through: NodeContainer attackerNode = helper -> GetUtUsers(); NodeContainer victimNode = helper -> GetUtUsers();

But through the GetId() function I found that the Id of these two nodes are exactly the same, so how do I generate two independent utUsers nodes?