Questions tagged [olsrd]
5 questions
1
vote
0 answers
Weave sub-networks in Docker swarm are not isolated to each other after running Olsrd
This is my workflows:
1. Setting up a Docker swarm cluster consisting of 3 hosts:
// Create a kv-store on host1
sudo docker-machine create --driver generic --generic-ip-address=172.20.0.1 --generic-ssh-key /home/ubuntu/.ssh/id_rsa…

Nhan Ly-Trong
- 51
- 5
1
vote
1 answer
emulate Predictive OLSR protocol on emane
In recent weeks, I'm learning to use EMANE to do the emulation about Ad hoc networks which uses the Predictive OLSR routing protocol.
The locations of the UAVs' location are taken into account to calculate the ETX metric in P-OLSR, which makes it…

Wtswkz
- 333
- 1
- 3
- 12
0
votes
0 answers
OLSRD in Ubuntu
I installed Olsrd version 0.9.0.3 and when I run Olsrd in the root, I have the following results:
Build date: 2016-10-14 15:19:03 on ubuntu
http://www.olsr.org
Parsing file: "/etc/olsrd/olsrd.conf"
Link quality fish eye 0
Plugin:…

Afs Z
- 1
0
votes
1 answer
Bash: How to read multiline options from olsrd config (nginx similar)
How do you parse (and modify) following config: (extract from olsrd.conf)
Hna4
{
4.3.2.1 255.255.255.255
# Internet gateway:
# 0.0.0.0 0.0.0.0
# more entries can be added:
# 192.168.1.0 255.255.255.0
1.2.3.4 255.255.255.255
2.3.4.5…

Christoph Lösch
- 645
- 7
- 22
-1
votes
2 answers
Using OpenWRT with OLSR to connect routers using HNA
As you may assume I need a little assistance here.
I have four routers (TP-Link WDR3600) that I need to use to create an Ad-Hoc network. Currently I am only dealing with two of the four routers for simplicity. All of the routers have OpenWRT Chaos…

Jason
- 51
- 10