[ns] how to test the wired ethernet alogrithm

2008-11-18 Thread Haider Abbas
what will be the steps to to simulate  the wired or swithed ethernet in ns2. bye thanks Haider

[ns] switched Ethernet simulation in ns2

2008-11-15 Thread Haider Abbas
If i develop the switched ethernet simulation than in which tcl scenario file should i use to test whether my code is working or not. Haider s.korea

[ns] how i can run mac protocol in wired Ethernet

2008-07-29 Thread Haider Abbas
if i want to use mac/802.3 in  circular topology in between every two nodes , i think i have to use duplex-link function for wired Ethernet but i m not sure duplex-link function uses which mac type? and how to add Mac/802.3 to this type of topology? thanks HaiderSa Hanyang Univ Korea

[ns] duplex-link function

2008-07-22 Thread Haider Abbas
hi ns users i want to implement the IEEE 802.3 protocol in between nodes connected in r= ing topology. and want to use my mac802-3.cc between nieghbouring nodes.how= to=A0modify duplex-link function so that it accomodate mac802 protocol. thanks Haidersa Korea    

[ns] basic Wired Ethernet

2008-07-17 Thread Haider Abbas
hi! i want to simulate Ethernet Lan (wired 802.3), and i want to connect  5 nodes in a circular but using above protocol so where to insert Mac802.3   $ns duplex-link $node(0) $node(2) 2Mb 2ms DropTail   thanks Hade