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
0
votes
2 answers

How to add maps to one simulator?

I am using one simulator and wanted to add my own maps. So I looked into this website https://mygeodata.cloud/ which can provide me with the wkt files of maps. The problem is I am not able to get these to work, can someone provide some details on…
buzzgrim
  • 1
  • 2
0
votes
1 answer

How to add malicious or black hole nodes in ONE simulator?

I am trying to implement black hole attack using ONE simulator. How do I add malicious or black hole nodes in the simulator?
smriti
  • 1
0
votes
1 answer

how can i send bid messages to all neighbors in wireless range in ONE simulator?

I am trying to develop a routing protocol and i need send some bid messages to all nodes which are in my wireless range in ONE simulator and they should reply to this message, and according to information in their reply messages i will choose one…
0
votes
1 answer

How to make hello packet in ONE simulator(DTN)?

I am learning the DTN routing algorithms using ONE simulator. I want to know how to make a hello packet for the neighbor nodes in ONE simulator.
sgkim
  • 13
  • 4
0
votes
0 answers

Can VANETs, MANETs, DTNs and others be simulated in NS-2 by using Windows?

Is this possible in Windows OS? If yes, what the steps are for start coding?
user8949563
0
votes
1 answer

DTN in OpenEmbedded for BeagleBoard

I'm trying to build the DTN using OpenEmbedded. Unfortunately, DTN uses Tcl 8.3 or 8.4 and DB 4.2, 4.3, 4.4 or 4.5, but bitbake is using Tcl 8.5 and DB 5.0. In the OpenEmbedded recipes directory, among other other files there exists: db/ …
borlido
  • 21
  • 1
  • 7
0
votes
0 answers

forwarding streaming packets using ion-dtn

OS : Ubuntu 14.04 ion : 3.2.2 In my current setup, I am using gstreamer utility to stream live video. The system has Ip address of 192.168.58.10( say for example). I am streaming it to another machine say 192.168.58.12 port 5000. From 2nd machine…
samprat
  • 2,150
  • 8
  • 39
  • 73
-3
votes
1 answer

No class def found error weka/core/attributes caused by classnotfoundexception weka.core.attribute

I'm trying a machine learning routing algorithm for DTN networks. I'm using weka and the ONE simulator. I'm running across this error when I'm trying to run my implementation.
1
2