<font face="times new roman" size="3"><p style="margin:0;padding:0;">Regarding AHCP...  it occurs to me that AHCP might be a better choice than the alternatives for use in Amateur Radio internet environments with IPv6.</p>
<p style="margin:0;padding:0;"> </p>
<p style="margin:0;padding:0;">I would like to see a very future-oriented approach to IPv6 in Amateur Radio.   There are some quirks in the rules for Amateur Radio that mean that Amateur Radio subnetworks (unlike "open wireless" networks) have to have every message transported directly traceable to a licensed operator, cannot be obscured, and cannot contain "music".   (I know, the rebel in me feels this is not a good thing, but when operating with my Ham hat, I understand the reason to color within these lines, in order to be a "good netizen" in Ham circles, and to be constructive in gaining support from the various constituencies that support Amateur Radio's special status worldwide. There is no benefit whatever to using terms like "war-driving" in conjunction with Amateur Radio just to get your name in the papers).</p>
<p style="margin:0;padding:0;"> </p>
<p style="margin:0;padding:0;">It's perfectly reasonable to carry IPv6 traffic as datagrams over radio networks operated by cooperating Amateurs. (and could be hugely beneficial in situations like Hurricane Sandy)  What we don't have is a "stack" that is best tuned for this style of internetworking.</p>
<p style="margin:0;padding:0;"> </p>
<p style="margin:0;padding:0;">Part of the stack needs to include IPv6 address assignment and routing, and also bufferbloat-prevention.  My thought is that AHCP and other components useful for Cerowrt deployment would be suitable for an Amateur Radio IPv6 stack.  Also, I have some ideas about low-level ways to ensure that there is always a responsible, licensed "control operator" for any messages delivered over Amateur Radio-licensed IPv6 transport paths, which I have begun working on.</p>
<p style="margin:0;padding:0;"> </p>
<p style="margin:0;padding:0;">That long discursion suggests that a simple AHCP server and client implementation would be very, very helpful in a wider scope of usage.  One that brought IPv6 to Raspberry Pi might be just the ticket, since interfacing such a board to off-the-shelf transceivers is pretty easy for many Ham hobbyists.  (beware - you really should be aware of the "band management" done by the ARRL, so you stay in the subbands where digital signalling is encouraged.  The 1.2 GHz band and above are preferable, and maybe the digital portion of  440 MHz, esp. if you don't disrupt the FM phone activity there).</p>
<p style="margin:0;padding:0;"> </p>
<p style="margin:0;padding:0;">-----Original Message-----<br />From: "Dave Taht" <dave.taht@gmail.com><br />Sent: Friday, November 23, 2012 12:27pm<br />To: cerowrt-devel@lists.bufferbloat.net, "bloat-devel" <bloat-devel@lists.bufferbloat.net><br />Subject: [Cerowrt-devel] cerowrt-next plans<br /><br /></p>
<div id="SafeStyles1353704617">
<p style="margin:0;padding:0;">I did finally get around to booting the ubnt linux 3.6.7 build I<br />talked about yesterday.<br /><br />Yea! It worked.<br /><br />Boo! I have a ton of patches to modify to get back to equivalence with<br />what's in cerowort-3.3.8-27<br /><br />So I'm planning on forking the "stable" cerowrt 3.3 repository for new<br />development on 3.6,<br />and am calling it cerowrt-next. I may blow it away entirely and rebase<br />on openwrt. Nobody<br />look!<br /><br />In the interim perhaps I'll stick up the ubnt-3.6.7 code, but there<br />seems to be no demand, sooo...<br /><br />Updates:<br /><br />* Steven Walker made a bunch of updates to ceropackages the other day,<br />I haven't tested.<br /> thx steven. If anyone wants an updated ccnx-6.2, in particular, it's there...<br /><br />* Openwrt Head<br />* Radvd must die - in favor of either dnsmasq or quagga<br /><br />Backports:<br /><br />* IPv6 performance patch<br />* Multiple versions of fq_codel<br />* QFQ+<br />* Wireless diffserv patch<br />* Memory reduction patches in pfifo_fast and codel<br /><br />Whatever other patches didn't make it up to openwrt<br /><br />New development:<br /><br />* Randomness/entropy framework infrastructure buildout<br /> The new randomness frame in 3.6 and later requires driver support in<br />order to work well.<br /> Good crypto in things like WPA, and SSL requires good entropy.<br /><br />A lot of people have been thinking "ooh, random numbers fixed in<br />embedded linux since 3.6"<br /><br />Um, no. Well, partially...<br /><br />http://lwn.net/Articles/507115/<br /><br />* TCP Fast Open test support<br /> TCP fast open is supported server side in 3.6. There is some<br />preliminary support for it in netperf now<br /><br />* AHCP in dnsmasq<br /><br /> After watching the deliberations on homenet, and knowing ahcp fits a<br />niche not addressed there,<br /> and knowing that it solves a need that cannot be met by SLAAC, dhcp,<br />dhcp-pd, or ospf+pd,<br /> and after losing many battles with ahcpd, and knowing AHCP NEEDS TWO<br />implementations<br /> to go ietf standard track...<br /><br /> I started hacking on the core idea one weekend 18 months ago. I<br />figured if I just got a couple weekends<br /> more free I'd be able to get the protocol into dnsmasq at the cost<br />of a couple k in binary, and save a mb of ram.<br /><br /> I decided that dnsmasq was the right place to stick it, given that<br />it managed address assignment<br /> already for multiple other protocols. It turns out than an AHCP<br />server is even simpler than the<br /> client. I then started having some thoughts towards having prefix<br />distribution and border discovery in it...<br /><br /> and felt that writing a fresh implementation would be a good start<br />towards understanding these<br /> complex issues.<br /><br /> Sadly, those weekends have not happened yet.  :(<br /><br /> It would be nice to find someone to work with to continue getting<br />this into dnsmasq. ? Even as an exercise,<br /> it's a good exploration into how ipv6 multicast actually works....<br /><br /> Anyway I just folded in somepatches that compiled and opened up the<br />port into the current dnsmasq tree<br /> and put it up on github. It does very little else...<br /><br /> My github repo for dnsmasq-ahcp: https://github.com/dtaht/dnsmasq-ahcp<br /> Protocol Specification:<br />http://www.pps.univ-paris-diderot.fr/~jch/software/ahcp/draft-chroboczek-ahcp-00.html<br /> existing ahcp server/client code and doc:<br />http://www.pps.univ-paris-diderot.fr/~jch/software/ahcp/<br /><br /> Alternatively getting another ahcp server written in another<br />language would be good.<br /><br />* DLNA (?)<br />* small DHCP-PD support<br /><br />Wide is not working out, isc and dibbler are too huge. It's time for<br />someone to write a small one... (not me!)<br /><br />Other suggestions for the upcoming development cycle?<br /><br />-- <br />Dave Täht<br /><br />Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.html<br />_______________________________________________<br />Cerowrt-devel mailing list<br />Cerowrt-devel@lists.bufferbloat.net<br />https://lists.bufferbloat.net/listinfo/cerowrt-devel</p>
</div></font>