1 / 15

mobireal/

http://www.mobireal.net/. Random Mobility in Simulation. You cannot simulate appropriately with this mobility. That is,. next-generation simulator for MANET which can create realistic pedestrian flow and dynamic action. Traffic jam occurs far ahead.

takoda
Download Presentation

mobireal/

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. http://www.mobireal.net/

  2. Random Mobility in Simulation You cannot simulate appropriately with this mobility

  3. That is, next-generation simulator for MANET which can create realistic pedestrian flow and dynamic action Traffic jam occurs far ahead

  4. Behavior Simulator Network Simulator Simulation Area Input Mobility Models Simulation Scenario • Positions of mobile nodes • User’s input to network applications • Output from network applications Input Network Applications

  5. Behavior Simulator Network SImulator Simulation Area Input Mobility Models Simulation Scenario • Positions of mobile nodes • User’s input to network applications • Output from network applications Input Network Applications

  6. Specifying Simulation Area

  7. Source code for behavior simulator is generated Specifying Simulation Area

  8. Behavior Simulator Network Simulator Simulation Area Input Mobility Models Simulation Scenario • Positions of nodes • User’s input to network applications • Output from network applications Input Network Applications

  9. if(crowded()&& prob(0.8)){ dst.r = detour_path(); return; }… … if(crowded() && prob(0.8)){ dst.r = detour_path(); return; }… … if(crowded() && prob(0.8)){ dst.r = detour_path(); return; }… 店 I received information of the shop sale go to the shop … if(receive_from_net(“ad”)){ put(dst); dst = destination(shop); dst.r = shortest_path(); return; }… … if(receive_from_net(“ad”)){ put(dst); dst = destination(shop); dst.r = shortest_path(); return; }… … if(receive_from_net(“ad”)){ put(dst); dst = destination(shop); dst.r = shortest_path(); return; }… Forward is crowded take another path

  10. Behavior Simulator Network Simulator Simulation Area Input Mobility Models Simulation Scenario • Positions of nodes • User’s input to network applications • Output from network applications Input Network Applications

  11. Specifying Simulation Scenario - Urban Pedestrian Flow - • Input:density of nodes on the roads • Input:routes of pedestrians • get ratio of nodes following each route compute LP

  12. Source code for behavior simulator is generated Specifying Simulation Scenario - Urban Pedestrian Flow -

  13. Behavior Simulator trace file Compile … if(crowded()&& prob(0.8)){ dst.r = detour_path(); return; }… Network Simulator Source cords Simulation Animation Simulation

  14. Demo : DSR Real-Time Communication • Upper-left node communicates with lower-right node • Packet • Black • communicating • (data packet) • Pink • finding routes • (route request) • Yellow • link down • (route error) • Green • find a route • (route reply)

  15. http://www.mobireal.net/

More Related