I want to simulate a new Delay Tolerant Network protocol for Vanets, I have tried it from some ways but I can't make it work.
The scenario is: I have a wired network, some APs and some wireless nodes, When a node wants to send a message to another far node, it waits until it reaches an AP and it sends it through the wired network to de AP where the destination wireless node is "subscribed". My problem is: I have done a protocol who cares about the wireless nodes, it mantains a routing table with the "responsable" AP where the destination node have subscribed, and when the node sends a packet to the AP it should redirect the packet to the new AP through the wired network. but i don't know how to add the wireless addresses to the wired routing protocol, how can I do it? I think that using jerarquical addresses wouldn't be a good idea... because the nodes are in movement and would change the subnet of the AP in a short time. thanks in advance.
