-
I'm having too many doubts on it...
As the HWMP is based on AODV, I'm trying to do the implementation based on RouteAodv.java, but the main problem is that the HWMP uses the layer 2 (MAC address), and messages are sent over the RouteInterface.send(NetMessage) method...
2009-11-18 23:57:26 UTC in SWANS++
-
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 in SWANS++
-
Hello all
I'm using hsqldb-1.9.0-beta3, Hibernate as a persistence framework and NetBeans IDE 6.7 to generate the mapping and config hbm files.
I create a test class to insert the first data into DB, but I couldn't due to the following error:
org.hibernate.exception.SQLGrammarException: could not insert: [mls.cm.entity.League]
at...
2009-06-30 03:05:44 UTC in HyperSQL Database Engine