The flow diagram is based on RFC 3561 and drawn by one of my colleague Madhusanka. The code works for HELLO packet generation and receive for a zigbee node. However, the whole skeleton is coded, its not tested for other flows other than hello flow. The code was tested with Digi's Xbee module. :)
hello,
ReplyDeleteEZ430-RF2500 sensor nodes is programmed to configure as end device, access point and range extender.The communication path between each nodes are established using SimpliciTI routing network protocol.
Now we are trying to implement the same using AODV protocol, so please guide us on this issue.
Thank you.
Hi Prashanth, you need to be more specific with your objectives. As I read (texas instruments' site) SimpliciTI by default implements a "star topology", which is quite contradictory to the AODV. Therefore, you wont be able to use the default communication protocol. Therefore you better read the EZ430's spec to set the nodes communicate in peer to peer manner. Once you establish this kind of communication, then you can implement AODV. Hope this would help you.
ReplyDeleteHi Samitha Kumar, sorry for not being more specific.We've already worked with simpliciTI protocol and established wireless temperature sensor, now we need support to implement the same with AODV protocol. 'prashanth0102@gmail.com' this is mail id, hopefully I can explain my queries more elaborately through mail.Please do reply.
ReplyDeleteThank you.
hi, i am narendra i need uml diagrams for AODV routoing protocol
ReplyDelete@Prashanth: I am really sorry, I couldn't reply you ( actually I started writing on this blog after a long time)
ReplyDelete@Narendra: I am sorry, I don't have a UML of this. However, you would find some reverse engineering tools where you could generate UML out of the code given.