--
You received this message because you are subscribed to a topic in the Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-3-users/aw01JC6qBLY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-3-users+...@googlegroups.com.
To post to this group, send email to ns-3-...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-3-users/aw01JC6qBLY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-3-users+...@googlegroups.com.
To post to this group, send email to ns-3-...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
Ptr<StaWifiMac> staMac = DynamicCast<StaWifiMac> (myNetDevice.Get(0)->GetMac () );
Ptr<StaWifiMac> staMac = DynamicCast<StaWifiMac> (DynamicCast<WifiNetDevice> (myNetDevice.Get(0))->GetMac () );staMac->PrintHello()
Hi,
more or less yes, you could say that the node is now associated with AP2, but...1) this could not work on the long run. What if we decide to implement a real association table and reject packets from non-associated STAs ?
2) the node address must change accordingly.
3) the routing tables have to be recalculated.
Hi,more or less yes, you could say that the node is now associated with AP2, but...1) this could not work on the long run. What if we decide to implement a real association table and reject packets from non-associated STAs ?If I set the state of STA's as 'ASSOCIATED', it should be fine right? You'll ultimately be seeing which nodes have state as this and get their BSSID, if I am correct.
2) the node address must change accordingly.I didn't understand this. Why should I change the client's address?
3) the routing tables have to be recalculated.If I use a proactive routing protocol like OLSR, Will the routing table re-computation be taken care of?
On Thursday, May 21, 2015 at 9:43:03 PM UTC+2, Chinmay Naugaria wrote:Hi,more or less yes, you could say that the node is now associated with AP2, but...1) this could not work on the long run. What if we decide to implement a real association table and reject packets from non-associated STAs ?If I set the state of STA's as 'ASSOCIATED', it should be fine right? You'll ultimately be seeing which nodes have state as this and get their BSSID, if I am correct.The list of associated nodes should be in the AP. If you change the AP in the STA, you're not telling the AP that the node is not anymore associated with it (and you're not telling the new AP that a new node is associated with it).
2) the node address must change accordingly.I didn't understand this. Why should I change the client's address?Because the two APs should belong to different subnets ? or you want a good ol' routing loop ?
3) the routing tables have to be recalculated.If I use a proactive routing protocol like OLSR, Will the routing table re-computation be taken care of?After the routing table is expired, yes. You'll have a transient period, which can be quite large.
--
You received this message because you are subscribed to a topic in the Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-3-users/aw01JC6qBLY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-3-users+...@googlegroups.com.
To post to this group, send email to ns-3-...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
(Pt-BR) Antes de imprimir, pense se realmente é necessário. Pense em seu compromisso com o Meio Ambiente. Nós preservamos o Meio Ambiente! E você? A UNIRIO não envia e-mails que solicitem senhas, dados bancários, informações pessoais, cadastramento ou recadastramento em sistemas. Cuidado, tais solicitações são fraudulentas. Caso você receba alguma mensagem desse tipo, não abra os arquivos anexos, não acione os links nela indicados e não siga nenhuma instrução. Também não preencha formulários ou envie qualquer tipo de informação. Esta mensagem pode conter informação confidencial ou privilegiada, sendo seu sigilo protegido por lei. Se você não for o destinatário ou a pessoa autorizada a receber esta mensagem, não pode usar, copiar ou divulgar as informações nela contidas ou tomar qualquer ação baseada nessas informações. Se você recebeu esta mensagem por engano, por favor, avise imediatamente ao remetente, respondendo o e-mail e em seguida apague-a. Agradecemos sua cooperação.
(EN) Before printing, think about whether it is really necessary. Think about your commitment to the environment. We preserve the environment! And you? UNIRIO does not send emails requesting passwords, banking information, personal information, registration or re-registration systems. Care, such requests are fraudulent. If you receive such a message, do not open any attachments, do not activate the links contained therein and not follow any instructions. Nor fill forms or submit any information. This message may contain confidential or privileged information and its confidentiality is protected by law. If you are not the addressed or authorized person to receive this message, you must not use, copy, disclose or take any action based on it or any information herein. If you have received this message by mistake, please advise the sender immediately by replying the e-mail and then deleting it. Thank you for your cooperation.
--
You received this message because you are subscribed to a topic in the Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-3-users/aw01JC6qBLY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-3-users+...@googlegroups.com.
To post to this group, send email to ns-3-...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.