Re: [Babel-users] BabelWeb 2

2017-07-29 Thread Juliusz Chroboczek
> Could it run on openwrt and mips? No, GC built binaries for MIPS32 currently require an FPU. I've put a small ARM board behind my router for that very reason. The Go team are aware of the issue, and I'm optimistic that this will be fixed ina future version. You'll still have to live with the

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

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

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,

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