On 19.2.2015, at 11.28, Steven Barth <[email protected]> wrote: > On 19.02.2015 10:00, Dave Taht wrote: >> >> hnetd exclusive of the library dependencies (which I could easily run >> a sloccount for, also, if you care) >> >> d@nuc-client:~/git/hnetd$ sloccount --personcost 110000 generic src test >> openwrt >> >> SLOC Directory SLOC-by-Language (Sorted) >> 12936 src ansic=12936 >> 5806 test ansic=5806 >> 417 generic sh=417 >> 99 openwrt sh=99 > As a rough estimate of those 12-13 KLOC only about one sixth should be > related to DNCP. So I very much doubt that hooking it up to a 3rd-party > daemon for topology/TLV-management would make any noticable impact.
Do also note that the current codebase _does_ include the ‘routing’ part too, smirk.. (from dncp-00 branch): src/dncp*.[ch]: 2.7k LoC the rest: 12.5k LoC (’the rest’ seems to be gradually growing but includes e.g. both supported platforms’ C code) src/hncp_routing.[ch] has 309 lines of code, but it also does routing protocol election (that is being phased out but remains implementation-specific, as current $FOO routing protocol is not really usable in the real world). Cheers, -Markus _______________________________________________ homenet mailing list [email protected] https://www.ietf.org/mailman/listinfo/homenet
