I don't know ns 2 has capability to do this but I want to implement store-carry-forward mechanism in ns 2. However, I don't know where to start. Also I don't know what its steps. What protocols this mechanism uses? Is there anybody who can help me?
Does ns2 has capability to implement store-carry-forward mechanism? If it has how to do that?
208 Views Asked by AudioBubble At
1
There are 1 best solutions below
Related Questions in NETWORKING
- kernel module does not print packet info
- Packet drops in multicast when multiple instance of listner are running
- Timing packets on a traffic server
- How to use Espresso Idling Resource for network calls
- Dummynet does not match on flows
- Sending a notification from OS X to iOS
- Swift ios viewDidLoad or viewDidAppear
- Update player list on all clients on new connection
- Issues regarding multiplayer networking: input
- nmap does not show all open ports
- Getting and Sending Data between a Server and Client
- Read file from local PC from network deployed app to InputStream
- Does iOS block a URL if we couldn't connect to the URL for 'n' times?
- Is Socket.Available guaranteed to throw a SocketException on disconnect?
- android out of cell service
Related Questions in WIRELESS
- Capture RRC Messages using Libpcap on android
- RRC state of an android
- Cyclostationary Feature Detector: Performance doesn't vary with Change in SNR
- how to implement particular message format in NS-2
- Changing network interface at runtime
- Iphone wireless distribution installation loop
- How to gain control over LMP messages in BT stack?
- microcontroller wireless communication for GPS tracking
- where does iwconfig get data on bitrate in linux
- Multiple wireless block in wpa_supplicant.conf
- Using TelnetLib with a Cisco Wireless Controller
- Simulate video dissemination with different bitrate on the network
- NativeWifi and Windows XP SP2/SP3
- iPhone/iPad Get State of Wireless keyboard
- code for print from i-pad and which all print does it support
Related Questions in NS2
- UDP congestion control in NS2
- How to change link color in NS2?
- How can i set next hop of nodes in NS2?
- Adding tree routing protocol in ns 2.32
- How to use node's coordinates in AODV packets in NS-2?
- Shell script to create loop for command
- Calculating overall average time taken to send a packet from source to destination when a all the nodes in the network are moving
- can't read "ns_": no such variable
- Ant Hoc net simulation on ns2
- Data mules in ns2
- AODV CODE explanation NS2
- TCP Choosing optimal window size?
- Network simulator - reading packets from file
- how to implement particular message format in NS-2
- Passing the repeatTime from ns2 to .cc file
Related Questions in ADHOC
- Pentaho adhoc reporting functions
- testflight (or ad hoc) vs cable install
- Is there any way to make a iOS app available for beta-testing (adhoc app) without using the tester UUID
- Ant Hoc net simulation on ns2
- AODV CODE explanation NS2
- Connecting two computers over ad hoc to node js server
- SPOJ : BANKROB STATEMENT NOT CLEAR
- iOS adhoc cannot install applications because the certificate for xxxx.com is not vaild in iOS7.1 beta2
- How to remove temp file in ansible using copy module
- With Apps option removed from latest iTunes 12.7.... , how to install adhoc IPA?
- Cannot create correct ad hoc build of app
- Do I still need an Entitlements.plist file for an ad-hoc build?
- Creating a simple ad-hoc/mesh network, what's a good protocol to do it with?
- Could I make an AD-HOC network on my mobile?
- Application-layer overhearing in ad hoc networks, much like TCP
Related Questions in AD-HOC-NETWORK
- How to connect raspberry to WEP encrypted and dhcp enabled Ad-Hoc network
- Does ns2 has capability to implement store-carry-forward mechanism? If it has how to do that?
- Broadcasting hello message in adhoc network using socket () in python
- Converting OpenStreetMap into tcl file using SUMO
- How to get current data rate or available bandwidth value in NS-3 or DCE-NS-3?
- Connect to specific network SSID (hotspot) when app active
- How to implement routing protocols on Estinet network simulator?
- How to work with energy model in ns3 as in ns2 for energy modifying protocol as energy aware?
- B.A.T.M.A.N ad-hoc WiFi nodes cannot ping each other
- Best filter for MANET
- Multi peer connection using Google Nearby Connection
- Using multicast socket in Ad-hoc network yelds: [Errno 19] No such device
- operation of AODV when an intermediate node receives multiple rreq packets from the source
- OLSRD in Ubuntu
- Beacon size vs message size in Wireless Ad-Hoc Networks
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
ns2 + DTN
If you have other ns2 builds / installs : Rename the executable´s
nsto a new name →ns-orig, 'ns-app-name', etc. And remove any ns2 *PATH text from .bashrc .Build ns2 + DTN
https://drive.google.com/file/d/0B7S255p3kFXNVVlxR0ZNRGVORjQ/view?usp=sharing
Simulation : Copy an example (from ns2dtn_campaign/) to ns-allinone-2.35/, and run
./simulate_dtn.sh. The location is important as this path is used :../ns-allinone-2.35/dei80211mr-1.1.4/src/.libs/libdei80211mr.soExample, simulation files (and one empty folder) to be copied : { bundle-test-large-scen.tcl, create-traffic-file.tcl, scen_n40_pt2_ms20_t5000_x2000_y2000, simulate_dtn.sh, Run1/ }.
Result : ns-allinone-2.35/Run1/{ bundle_delays.tr, qtrace.tr, receipt_delays.tr }. The files can be used with Xgraph.