You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
---|
From: Michal T. <to...@mo...> - 2001-10-31 15:16:32
|
Hi, I would like to port the uC/IP stack to an embedded system but I have very limited resources on the target platform can you give me some information on the footprint of this IP stack: What is - the code size of the layer once compiled - the global data size - the required heap - the required stack - the number of tasks that I'll need to have running simultaneously on the smallest system on which this stack was ported to. Thanks in advance Michal =================================== Michal TOMA Software Engineer e-Payment - Schlumberger Montrouge tel: +33 1 46 00 73 18 mail: to...@mo... =================================== |
From: mayur j. <jai...@ya...> - 2001-10-28 14:12:24
|
hi recipients, i'm a Mayur Jain final year B.E electronics(India,mumbai). i'm interested to know bout tcp/ip stack for 8051 and also operating system for the same. Actually i want to make a miniwebserver usiong 8051 so plz give me possible solutions ragearding the same. Eagerly waitin for reply............ goodbye. Mayur Jain --------------------------------- Do You Yahoo!? Make a great connection at Yahoo! Personals. |
From: <gl...@un...> - 2001-05-30 17:19:57
|
Hi Eliot: I see that Mogi has already responded to your status request and since he's working on the Ethernet code, he's the one to ask. I'm in Ireland for another week so I'm out of the picture right now but if you use the ucip-users mailing list, I'll be able to keep up. Thanks for your interest. Guy Quoting sa...@il...: > Guy > > I've seen that various people have been planning/talking about porting > your > uC/IP application to Ethernet. Do you know what the status of this work > is? I am looking for a lightweight TCP/IP stack that I can run out of > BIOS > and which will interface to Ethernet. > > Thanks - Eliot > > =================================== > Eliot Salant > IBM Haifa Research Labs > MATAM, Haifa, Israel > > Tel. +972-48296-121 > FAX: +972-48550-070 > ==================================== > > > |
From: Robert D. <od...@pn...> - 2001-05-26 05:49:11
|
G'day to the list, I've been through the process of setting up sourceforge CVS to email the list uci...@li... whenever a member commits anything to our repository. However, since I am using Windows I couldn't perform one of the required steps. If any of our members has a *nix host setup to connect to CVS on sourceforge using SSH could they please perform the following steps: 1) checkout the module CVSROOT 2) in your new CVSROOT dir 'chmod +x syncmail' 3) commit changes to CVSROOT module Then the automated email system should work ! Thanks and regards, Robert Dickenson. |
From: MOGI.dk <chr...@mo...> - 2001-05-23 16:14:47
|
Hi Eliot! I have ported the uC/IP stack to ethernet. At the uC/IP CVS repository I = have added interface drivers for a NE2000 compatible NIC (if_ne* files) = and I have added a simple implementation of the ARP protocol (check the = notes in the netether.c file).=20 The interface between the NE2000 driver and uC/IP you will have to = implement by yourself. For instance adding an outgoing transmit queue. I have also corrected a few bugs in the uC/IP protocol stack and made = som other small changes (added support for running uC/IP in a single = proces environment, like DOS =3D EASY DEBUGGING).=20 If you were to use uC/IP, please verify that the semaphore mutex = protection in the netether.c files works properly (it was added very = quickly). The embedded system I'm using, uC/IP is running in a single = task (more or less), so I haven't had the chance to test this.=20 The stack is (probably still) not bug free, but it seems to run OK in my = environment. There are some limitations to uC/IP, like it doesn't support IP = fragmentation, but it is totally free! Best wishes, Mads Christiansen. PS. I have also forwarded this email to the uC/IP user mailinglist, the = sourceforge discussion forum is not really used by anyone anymore (I = think I was the only one, that ever used it :-) ). Check http://ucip.sourceforge.net and click on Mailing Lists. If you = have any questions regarding the stack, you could post them at = Ucip-users or Ucip-devel. ----- Original Message -----=20 From: <sa...@il...> To: <mo...@us...> Sent: Wednesday, May 23, 2001 4:23 PM Subject: Your port of cC/IP to ethernet? >=20 >=20 > Mogi >=20 > I saw from the uC/IP discussion forum that you were planning on = interfacing > uC/IP with Ethernet. How far have you gotten with that? I am looking = for > a lightweight TCP/IP stack that I can run out of BIOS, with an = Ethernet > link layer. >=20 > Thanks - Eliot >=20 > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Eliot Salant > IBM Haifa Research Labs > MATAM, Haifa, Israel >=20 > Tel. +972-48296-121 > FAX: +972-48550-070 > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 >=20 |