[Babel-users] BabelWeb 2

2017-07-28 Thread Juliusz Chroboczek
Dear all, BabelWeb has been rewritten almost from scratch in Go by Belynda Hamaz, Edward Guyot and Fyodor Ryabinin. It's much more maintainable and extensible code, and much easier to deploy, than the old BabelWeb. A prototype is running on: http://babelweb.wifi.pps.univ-paris-diderot.fr:8080

Re: [Babel-users] BabelWeb 2

2017-07-28 Thread Toke Høiland-Jørgensen
Juliusz Chroboczek writes: > Dear all, > > BabelWeb has been rewritten almost from scratch in Go by Belynda Hamaz, > Edward Guyot and Fyodor Ryabinin. It's much more maintainable and > extensible code, and much easier to deploy, than the old BabelWeb. > > A prototype is running on: > > http://

Re: [Babel-users] BabelWeb 2

2017-07-28 Thread Martin Weinelt
On 07/28/2017 06:49 PM, Juliusz Chroboczek wrote: > The sources are at > > https://github.com/Vivena/babelweb2 > Cool, but how do I build this thing? % go get -v github.com/Vivena/babelweb2 github.com/Vivena/babelweb2 (download) package babelweb2/parser: unrecognized import path "babelweb2/pa

Re: [Babel-users] BabelWeb 2

2017-07-28 Thread David Schinazi
This is awesome, great work! > On Jul 28, 2017, at 18:55, Toke Høiland-Jørgensen wrote: > > Is it documented somewhere what information the interface needs from the > routing daemon in case someone wanted to support it from another routing > daemon (purely hypothetically speaking, of course ;))?

Re: [Babel-users] BabelWeb 2

2017-07-28 Thread Juliusz Chroboczek
> Nice. But the demo needs more routers :P Too tired right now, sorry. I need to set up FRR or BIRD to speak RIPng to our Cisco, so the Babel network gets a default IPv6 route, and to set up a few wireless routers in random places. > Is it documented somewhere what information the interface need

Re: [Babel-users] BabelWeb 2

2017-07-28 Thread Juliusz Chroboczek
> Cool, but how do I build this thing? > % go get -v github.com/Vivena/babelweb2 > github.com/Vivena/babelweb2 (download) > package babelweb2/parser: unrecognized import path "babelweb2/parser" Thanks for the report, I've forwarded it to the authors. In the meantime, you can do: cd ~/go/src