I am trying to simulate a wireless scenario where number of nodes are
connected to an access point.(In a case such as wireless internet
connections in public places). The nodes are NOT mobile.
I have a couple of question regarding this :
1) I am unable to figure out how to configure the node. What should I
mention instead of '-adhocRouting' in the following code :
$ns_ node-config -adhocRouting $val(rp) \
-llType $val(ll) \
-macType $val(mac) \
....
2) What routing protocol are used in general(while accessing internet
say). How to configure it in ns2 ?
3) Is it ok if I consider Access Point as any other node which is the
sender(and rest nodes as receivers) or should the access point be
configured differently?
Any help is greatly appreciated.(You may point me to some link which
can give me any leads) Thank you.
Karthik