avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] Ethernet & IP networking support?


From: Ivan Shmakov
Subject: [avr-libc-dev] Ethernet & IP networking support?
Date: Sat, 24 Apr 2010 21:31:06 +0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

        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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]