[Olsr-users] Olsr-users Digest, Vol 103, Issue 7

late close (spam-protected)
Tue Jan 19 18:09:55 CET 2016


On Tuesday, January 19, 2016, <(spam-protected)> wrote:

> Send Olsr-users mailing list submissions to
>         (spam-protected) <javascript:;>
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.olsr.org/mailman/listinfo/olsr-users
> or, via email, send a message with subject or body 'help' to
>         (spam-protected) <javascript:;>
>
> You can reach the person managing the list at
>         (spam-protected) <javascript:;>
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Olsr-users digest..."
>
>
> Today's Topics:
>
>    1. Re: compile olsrd2 for anrdroid (Jan)
>    2. Re: compile olsrd2 for anrdroid (Henning Rogge)
>    3. Re: compile olsrd2 for anrdroid (Jan)
>    4. Re: compile olsrd2 for anrdroid (Henning Rogge)
>    5. Re: compile olsrd2 for anrdroid (Jan)
>    6. Re: compile olsrd2 for anrdroid (Henning Rogge)
>    7. Re: compile olsrd2 for anrdroid (Jan)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 19 Jan 2016 17:24:57 +0100
> From: Jan <(spam-protected) <javascript:;>>
> To: (spam-protected) <javascript:;>
> Subject: Re: [Olsr-users] compile olsrd2 for anrdroid
> Message-ID: <(spam-protected) <javascript:;>>
> Content-Type: text/plain; charset=utf-8
>
> Wrong Link
>
> here is the correct for one of the devices running olsrd:
> http://pasteboard.co/UHoJ336.png
>
>
> Jan
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 19 Jan 2016 17:28:25 +0100
> From: Henning Rogge <(spam-protected) <javascript:;>>
> To: Jan <(spam-protected) <javascript:;>>
> Cc: olsr users mailing list <(spam-protected) <javascript:;>>
> Subject: Re: [Olsr-users] compile olsrd2 for anrdroid
> Message-ID:
>         <
> (spam-protected)
> <javascript:;>>
> Content-Type: text/plain; charset=UTF-8
>
> On Tue, Jan 19, 2016 at 5:20 PM, Jan <(spam-protected)
> <javascript:;>> wrote:
> > Hi again,
> >
> > so dlep_router_static is running now on both android devices.
> > But it doesnt seem to add routes. On the other hand olsrd is adding them:
>
> What parameters/config did you use for the routing agent?
>
> Did you have a look at
> http://www.olsr.org/mediawiki/index.php/Troubleshooting ?
>
> Henning
>
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 19 Jan 2016 17:39:56 +0100
> From: Jan <(spam-protected) <javascript:;>>
> To: (spam-protected) <javascript:;>
> Subject: Re: [Olsr-users] compile olsrd2 for anrdroid
> Message-ID: <(spam-protected) <javascript:;>>
> Content-Type: text/plain; charset=utf-8
>
> Hi,
>
> My config file looks like this atm.
>
> [global]
> lockfile /data/data/olsr/olsr.lock
> pidfile /data/data/olsr/olsr.pid
> [telnet]
> acl default_accept
> bindto 127.0.0.1
> port 2009
>
> I started it with dlep_router_static -l /data/data/olsr/config wlan0
>
> Both devices can ping each other.
>
> Jan
>
>
>
> Am 19.01.2016 um 17:28 schrieb Henning Rogge:
> > On Tue, Jan 19, 2016 at 5:20 PM, Jan <(spam-protected)
> <javascript:;>> wrote:
> >> Hi again,
> >>
> >> so dlep_router_static is running now on both android devices.
> >> But it doesnt seem to add routes. On the other hand olsrd is adding
> them:
> > What parameters/config did you use for the routing agent?
> >
> > Did you have a look at
> http://www.olsr.org/mediawiki/index.php/Troubleshooting ?
> >
> > Henning
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 19 Jan 2016 17:50:36 +0100
> From: Henning Rogge <(spam-protected) <javascript:;>>
> To: Jan <(spam-protected) <javascript:;>>
> Cc: olsr users mailing list <(spam-protected) <javascript:;>>
> Subject: Re: [Olsr-users] compile olsrd2 for anrdroid
> Message-ID:
>         <
> (spam-protected)
> <javascript:;>>
> Content-Type: text/plain; charset=UTF-8
>
> On Tue, Jan 19, 2016 at 5:39 PM, Jan <(spam-protected)
> <javascript:;>> wrote:
> > Hi,
> >
> > My config file looks like this atm.
> >
> > [global]
> > lockfile /data/data/olsr/olsr.lock
> > pidfile /data/data/olsr/olsr.pid
> > [telnet]
> > acl default_accept
> > bindto 127.0.0.1
> > port 2009
> >
> > I started it with dlep_router_static -l /data/data/olsr/config wlan0
>
> Looks fine...
>
> can you do the following commands on the telnet port?
>
> echo /nhdpinfo interface | nc 127.0.0.1 2009
> echo /nhdpinfo link | nc 127.0.0.1 2009
> echo /olsrv2info edge | nc 127.0.0.1 2009
> echo /olsrv2info route | nc 127.0.0.1 2009
>
> Henning
>
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 19 Jan 2016 17:59:44 +0100
> From: Jan <(spam-protected) <javascript:;>>
> To: (spam-protected) <javascript:;>
> Subject: Re: [Olsr-users] compile olsrd2 for anrdroid
> Message-ID: <(spam-protected) <javascript:;>>
> Content-Type: text/plain; charset=utf-8
>
> Thats the Messages I got:
>
> Error, unknown command 'nhdpinfo'
> Error, unknown command 'olsrv2info'
>
> (spam-protected):/ # echo /help | nc 127.0.0.1 2009
>
> Known commands:
>   echo
>   exit
>   help
>   layer2info
>   quit
>   repeat
>   systeminfo
>   timeout
>
> Jan
>
>
>
> ------------------------------
>
> Message: 6
> Date: Tue, 19 Jan 2016 18:04:36 +0100
> From: Henning Rogge <(spam-protected) <javascript:;>>
> To: Jan <(spam-protected) <javascript:;>>
> Cc: olsr users mailing list <(spam-protected) <javascript:;>>
> Subject: Re: [Olsr-users] compile olsrd2 for anrdroid
> Message-ID:
>         <CAGnRvuqVH+QqNKy9a7EPB=
> (spam-protected) <javascript:;>>
> Content-Type: text/plain; charset=UTF-8
>
> On Tue, Jan 19, 2016 at 5:59 PM, Jan <(spam-protected)
> <javascript:;>> wrote:
> > Thats the Messages I got:
> >
> > Error, unknown command 'nhdpinfo'
> > Error, unknown command 'olsrv2info'
>
> *blink* what?
>
> okay, please run the --version parameter on the executable, something
> is missing there.
>
> Henning
>
>
>
> ------------------------------
>
> Message: 7
> Date: Tue, 19 Jan 2016 18:09:03 +0100
> From: Jan <(spam-protected) <javascript:;>>
> To: (spam-protected) <javascript:;>
> Subject: Re: [Olsr-users] compile olsrd2 for anrdroid
> Message-ID: <(spam-protected) <javascript:;>>
> Content-Type: text/plain; charset="utf-8"
>
>  DLEP Router version 0.10.0
>  Git commit: v0.10.0-36-gae29f8d-dirty
> Visit http://www.olsr.org
> Static plugin: cfg_compact
> Static plugin: class
> Static plugin: clock
> Static plugin: dlep_router
> Static plugin: interface
> Static plugin: layer2
> Static plugin: layer2info
> Static plugin: os_clock
> Static plugin: os_interface
> Static plugin: os_socket
> Static plugin: os_system
> Static plugin: packet_socket
> Static plugin: socket
> Static plugin: stream_socket
> Static plugin: systeminfo
> Static plugin: telnet
> Static plugin: timer
> Static plugin: viewer
>
> Jan
>
>
>
> Am 19.01.2016 um 18:04 schrieb Henning Rogge:
> > *blink* what?
> >
> > okay, please run the --version parameter on the executable, something
> > is missing there.
> >
> > Hennin
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.olsr.org/pipermail/olsr-users/attachments/20160119/46208d12/attachment.html
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> --
> Olsr-users mailing list
> (spam-protected) <javascript:;>
> https://lists.olsr.org/mailman/listinfo/olsr-users
>
> ------------------------------
>
> End of Olsr-users Digest, Vol 103, Issue 7
> ******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.olsr.org/pipermail/olsr-users/attachments/20160119/d07b2306/attachment.html>


More information about the Olsr-users mailing list