-
Have someone implemented the Hybrid Wireless Mesh Protocol on SWANS, used on 802.11s networks?
Are there someone interested on doing so?
Thanks.
2009-11-06 00:25:35 UTC by manasouza
-
Hi Guys,
Does anybody have a working module of Epidemic routing code for SWANS that you can mail me : nallamma at yahoo dot com
Thanks in advance.
John.
2009-10-28 06:39:14 UTC by nallajohn
-
Hi Guys,
Does anybody have a working module of Epidemic routing code for SWANS that you can mail me : nallamma at yahoo dot com
Thanks in advance.
John.
2009-10-28 06:30:36 UTC by nallajohn
-
thanks,
my topic isQos DSR routing.so i need to check Macdelat using 802.11 at each node according to that it select request & reply for min Mac delay request.so please tell me find out delay using 802.11 in swans
my email is : solapure_ss@yahoo.co.in.
2009-10-28 06:21:44 UTC by sharwari
-
The fading models in SWANS don't take account of the current simulation time, leading to different results when two calls are made at the same simtime. This makes different (and inexact) results in the Grid and HierGrid spatial models, that call Fading.compute() iteratively/recursively to determine which cluster of nodes will receive a signal.
I've attached a patch that fixes this behaviour.
2009-10-15 10:10:23 UTC by ris8allozen0
-
Hello apradas,
the only way I found to ignore a whole package of classes is to add the package's name in the jist.runtime.Rewriter.ignoredPackages array. Not so elegant, but it works.
2009-10-13 22:58:21 UTC by ris8allozen0
-
I have exactly the same problem. Did you get to solve it?
I'd really appreciate your help.
Regards, Andy.
2009-10-13 19:18:59 UTC by apradas
-
Hello Sharwari,
SWANS completely ignores the routing stuff if the packet to send has the broadcast address. Moreover, MAC802.11 won't use neither RTS/CTS nor ACK for broadcast packets (which node should answer to the sender?)
Best regards, Enrico.
2009-10-13 13:57:49 UTC by ris8allozen0
-
i am uding DSR but not getting MAC802.11 as it is not supporting RTS for broadcast message.
so want how to get RTS+CTS+DATA+ACK with DSR & calculate MAC delay so please give me that details with JIst/SWANS 1.06.
2009-10-13 05:38:03 UTC by sharwari
-
Hello,
I have the same problem. I have my app where I can send and receive packets, but i'd like a thread that is continuosly running, waiting for incoming datagram packets. So, in my app, I tried the same as in driver.threaded to create a thread but i get to the same problem as Kheldoun with sockets. When I try to create the socket in the thread I get an exception.
Did you solve this...
2009-10-12 14:17:46 UTC by apradas