Apparently, there's at least some interest in Ethernet and IP
        networking support for AVR (say, [1-3].)

        Now, there're various bits of the modern C libraries, both
        standard (say, htonl(1) [4], IN6_IS_ADDR_LOOPBACK () and struct
        in6_addr [5]) and not (say, struct ip6_hdr from netinet/ip6.h,
        GNU Libc [6]) that are plainly useful when implementing a
        networking stack on MCU-based devices and which should be quite
        easy to tailor for such a purpose.

        I wonder, is there a chance for such a “networking support” to
        appear in AVR Libc?  Or is there some other library for the
        things of that sort?

[1] http://www.harbaum.org/till/ledmatrix/
[2] http://tuxgraphics.org/electronics/200710/avr-ntp-clock.shtml
[3] http://www.users.globalnet.co.uk/~arcus/avr-ntp/
[4] http://www.opengroup.org/onlinepubs/000095399/functions/htons.html
[5] http://www.opengroup.org/onlinepubs/000095399/basedefs/netinet/in.h.html
[6] http://www.gnu.org/software/libc/

-- 
FSF associate member #7257



_______________________________________________
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to