akeranen / the-one

The Opportunistic Network Environment simulator
Other
208 stars 198 forks source link

About routing module #104

Open Carla-33 opened 2 years ago

Carla-33 commented 2 years ago

Hi

Can I build an AODV routing protocol via using ONE simulator?

Thanks

julianofischer commented 2 years ago

I don't see why not. However, AODV expects an existing route between source and destination in order to deliver messages, which can not be true in opportunistic networks.

joerg-ott commented 2 years ago

Agree with Juliano.

Note that you would need to implement AODV broadcast messages (e.g., for route discovery) manually by explicitly replicating a message copy on each link to a peer.

On 13.04.22 00:16, Juliano Fischer Naves wrote:

I don't see why not. However, AODV expects an existing route between source and destination in order to deliver messages, which can not be true in opportunistic networks.

— Reply to this email directly, view it on GitHub https://github.com/akeranen/the-one/issues/104#issuecomment-1097282424, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADNOGGVF5WTQXPTELB6QM4LVEXY2TANCNFSM5TIVXFEQ. You are receiving this because you are subscribed to this thread.Message ID: @.***>