Re: [homenet] writeup of my 2018 homenet experience on openwrt

2018-11-09 Thread Michael Thomas
On 11/8/18 11:52 PM, Markus Stenberg wrote: On 09.11.2018, at 9.48, Ted Lemon wrote: My edge router is an Ubuntu machine. I haven’t been able to get Marcus’ HNCP daemon to build there. It’s possible that that has changed since I last tried it, but that was what stopped me last time. It built

Re: [homenet] writeup of my 2018 homenet experience on openwrt

2018-11-09 Thread Ted Lemon
I’ll try that. I don’t remember if I did last time. My recollection was that the log messages were useful, but not sufficient, pretty much for the reason you’ve stated. On Fri, Nov 9, 2018 at 5:51 PM wrote: > hnetd is actually able to produce quite an insane amount of debug logs > (e.g. about an

Re: [homenet] writeup of my 2018 homenet experience on openwrt

2018-11-09 Thread pierre . pfister
hnetd is actually able to produce quite an insane amount of debug logs (e.g. about anything happening on DNCP). Those are meant for developers (like trying to debug DNCP protocol). I don’t think this is what you want to do, since DNCP is actually fairly reliable… But since you ask, here is how to

Re: [homenet] writeup of my 2018 homenet experience on openwrt

2018-11-09 Thread Ted Lemon
Noted. Good luck with the Babel work! On Fri, Nov 9, 2018 at 5:44 PM Markus Stenberg wrote: > I may or may not have some architectural/flow diagrams, but I am bit leery > of putting them anywhere (if I were to have them that is) as they were not > officially licensed to be distributed (as the co

Re: [homenet] writeup of my 2018 homenet experience on openwrt

2018-11-09 Thread Markus Stenberg
I may or may not have some architectural/flow diagrams, but I am bit leery of putting them anywhere (if I were to have them that is) as they were not officially licensed to be distributed (as the code was) and as this was Cisco-funded research project back in the day. I could draw some basic on

Re: [homenet] writeup of my 2018 homenet experience on openwrt

2018-11-09 Thread Ted Lemon
Yes, this is exactly the sort of information I am looking for—thanks. I just did a pass through the code to refresh my memory, and the issue I have with it is that there's no architecture document, so you kind of have to figure that out by reverse engineering it, and there aren't a lot of comment

Re: [homenet] writeup of my 2018 homenet experience on openwrt

2018-11-09 Thread pierre . pfister
I guess what you want to do is publish and receive TLVs using DNCP, and probably get a sense of the topology. To do so, there mostly is a single header to look at: dncp.h Here is a simple example of Wifi autoconfig we did for one of IETF’s h