Re: ELKS Networking: TCP/IP?

1999-04-23 Thread Stefan Pettersson
On 19-Apr-99 Tobias Ekbom wrote: --Murn wrote: On Sun, 18 Apr 1999, Tobias wrote: What I wanted was a discussion about TCP/IP in computers with very limited memory. --Tobias Ekbom I have written a SLIP/IP/ICMP/UDP-stack that fits in 2000 bytes program and 36 bytes RAM (not KILObytes)

Re: ELKS Networking: TCP/IP?

1999-04-23 Thread Frédéric Renet
I have written a SLIP/IP/ICMP/UDP-stack that fits in 2000 bytes program and 36 bytes RAM (not KILObytes) including operating system and device drivers, that fits in a PIC 16F84. So it isn't a problem to implement networking in limited memory. Is it possible to have a look on your code

Re: ELKS Networking: TCP/IP?

1999-04-23 Thread Alistair Riddoch
=?ISO-8859-1?Q?Fr=E9d=E9ric_Renet?= writes: I have written a SLIP/IP/ICMP/UDP-stack that fits in 2000 bytes program and 36 bytes RAM (not KILObytes) including operating system and device drivers, that fits in a PIC 16F84. So it isn't a problem to implement networking in limited