--- In AVR-Chat@yahoogroups.com, "otojam11" <otojam11@y...> wrote: > I'm working on a project where I have to check the temperature of a > room, but I must be able to check it using the Ethernet protocol, I > was wondering if I can use any AVR uCC to do so, any kind of help > would be good ... EtherNut is a full, open source TCP/IP stack. http://www.ethernut.de/en/index.html Another option is lwIP: http://savannah.nongnu.org/projects/lwip and uIP: http://www.sics.se/~adam/uip/ If your device requires/supports UDP packets, you may only need a subset (ARP, ICMP and UDP) that you could fairly easily implement resulting in a smaller footprint. You could even implement DHCP (client side) if it was necessary but if you can live with a fixed IP address you won't even need that. If your device requires TCP, you're probably better off using something like EtherNut that's already working and tested. As far as the Ethernet hardware, you could look at the PacketWhacker or NICki for prototyping: http://www.edtp.com (scroll down the page)
Message
Re: Ethernet ...
2004-11-30 by Don Kinzer
Attachments
- No local attachments were found for this message.