avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] Another coding question


From: Matthew Arcus
Subject: Re: [avr-gcc-list] Another coding question
Date: Fri, 6 Aug 2004 17:26:41 +0100

On Friday 06 August 2004 05:49, Johan Nilsson wrote:
> Christopher X. Candreva wrote:
> >On Thu, 5 Aug 2004, Johan Nilsson wrote:
> >>What i dont fell comfortable with is the small amount of memory =),
> ...
>
> Well just now im just wanna learn, i just got my packet whacker in my
> mailbox :-), so when im think im ready for that i will try it.
>
> Geoffrey Wossum is there any tcpip stack you recomend for Atmega 16 ? or
> should i go out and buy a Atmega 128 at once ? =)

If you just want to a basic connection to your device, then you could 
consider not using TCP at all, but just implementing IP and UDP, very much 
simpler (particularly if you use eg. SLIP). If you want web access, then do 
it through a proxy. In fact, I did this just recently when building an 
AVR-based NTP server (NTP uses UDP anyway). I put some stuff about it (and 
the code) on the web at http://www.users.globalnet.co.uk/~arcus/avr-ntp/ if 
you're interested.

Matthew.



reply via email to

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