Questions tagged [dtn]

Delay-tolerant networking or disruption-tolerant networking, relates to dealing with non-continuous network connectivity.

Questions related to Delay and Disruption Tolerant Networking. This also includes questions related to various Implementation stacks for the DTN protocols comprising of Bundle protocol suite. For more information you may visit http://dtnrg.org

23 questions
5
votes
1 answer

DTN (Delay Tolerant Networking) on Android

Has there been an implementation of the DTN stack on Android with the Bluetooth Convergence Layer? I have looked at existing implementations like Bytewalla, but they support only TCP as of now. I understand that the Bytewalla implementation can be…
Rajkishan
  • 205
  • 2
  • 9
5
votes
1 answer

`bundle install` fails (because of git protocol)

With this simple Gemfile, source 'https://rubygems.org' gem 'activerecord', "~> 2.2.3" gem 'activerecord-sqlserver-adapter', github: 'arthrex/activerecord-sqlserver-adapter', :branch => '2-3-stable' bundle install fails with Fetching…
iconoclast
  • 21,213
  • 15
  • 102
  • 138
5
votes
2 answers

C ++ error: class has no member named

I have this issue MemoryBundleStorage.cpp: In member function 'virtual void dtn::storage::MemoryBundleStorage::store(const dtn::data::Bundle&)': MemoryBundleStorage.cpp:146:67: error: 'const class dtn::data::Bundle' has no member named…
ndarkness
  • 1,011
  • 2
  • 16
  • 36
4
votes
1 answer

3rd party library complain about MAXPATHLEN not declared in one project but not on other project

OS : Ubuntu 14.04 SDK : Qt 5.5 library : "ion.h" [ I have built ion-dtn 3rd party library from source and it has ion.h file which I am using in my 2 projects ] I am using ion.h in my 2 projects in same development system. Both projects are based…
samprat
  • 2,150
  • 8
  • 39
  • 73
2
votes
1 answer

What is the meaning of group.nodeLocation in One simulator syntax?

I was reading some tutorial of One simulator. I got one syntax that is group.nodeLocation = 100,100 As far as I know a group can have multiple nodes. Therefore, I am not clear what does it mean by group.nodeLocation. Which node location we are…
user3678107
  • 31
  • 1
  • 1
  • 8
1
vote
4 answers

Failed ndkBuild process 'command 'sh' on Windows or Linux Android Studio

for several weeks i learn how to compile IBR-DTN source from IBR-DTN Github , and now im being stuck at Android NDK stuff. here my failure log on Android Studio, i tried Windows version and Linux version there are always same error Error:Execution…
1
vote
0 answers

DTN routing protocol in OMNET++

I want simulate two DTN protocols (Prophet and Spray-ans-Wait protocols) using OMNET++ simulator. Is there a framework in OMNET++ that leads to do that please? If no, which framework can I modify to simulate DTN protocols? Thank you in advance.
Fariha
  • 497
  • 1
  • 5
  • 13
1
vote
0 answers

Bluetooth message application with delay

I've been trying to build an app for several weeks already, but it's taking me nowhere and I feel that I'm wasting my time so I come here to ask for your help. The application should do this: Connect Phone A to Phone B using bluetooth The 2 phones…
0
votes
0 answers

How to make an action before or after a message is sent on The One Simulator?

I Want to implement TTR routing protocol in One Simulator, which requires a unique copy of the message, so every time a message is relayed, the sender node has to delete the message from its buffer. Which method do i have to override to delete the…
Lirlisa
  • 1
  • 1
0
votes
1 answer

Delay Tolerant Network(DTN) combining Information Centric Network via ONE simulator

How can I use the ONE simulator to implement the combination of the NDN network in a DTN network environment, can I add or extract the "content" of the packet or, at least a tag of a packet? I have looked through many papers, but none of them used…
0
votes
1 answer

Save Encounter Record ONE Simulator

I am trying to save encounter records in method do Exchange ONE Simulator. What I suppose to do? I try with arraylist, buy I think not efficient. Can someone Help Me?
0
votes
1 answer

change routing modules to send a response upon receipt of a message(request) on ONE simulator

How can i modify the routing modules on ONE simulator like epidemic ,prophet, spray and wait to send a response when the destination node receives a message?
Kim
  • 1
0
votes
1 answer

Please tell me how to use two delivery protocols at the same time with one-simulator

What should I do if I want to change the delivery protocol depending on the node such as SpW to the node that is fixed to Epidemic as the node that runs with one-simulator?thank you.
あるぴ
  • 1
  • 1
0
votes
1 answer

How do i implement mofo, dla, dl and fifo buffer management techniques on prophet router?

I am currently trying to evaluate the performance of ProPHET router using various buffer management technique such as MOFO, FIFO,DLA, and DL. I have written all the codes for each of the techniques and made them an individual classes and the saved…
0
votes
1 answer

How to use external real-trace mobility model in ONE simulator?

I am trying to run a simulation in ONE simulator using the haggle-one-infocom2006-complete model from CRAWDAD, but I'm getting an error saying: Can't start: error in configuration file(s) Invalid offset line '1 CONN 16 12 up' Here is…
rodney
  • 1
  • 1
1
2