Hello Can you please unsubscribe me. Regards Andew ... CAUTION: The information contained in this e-mail is confidential and may be legally privileged. If the...
532
circular73
circular@...
Mar 19, 2002 3:01 am
I want to know the usage of client/server socket program. Although there is echo server source in project, it's not easy to understand how to program...
Hello,everyone! I am a student from the SouthEast University in china.I want to implement the tcp/ip stack in uc/os-ii to meet the communication's demand in...
Try using google to find and read the Unix Sockets FAQ. Also have a read of the Winsock FAQ. Both of these readily available documents have lots of useful...
I have uC/IP running with UCOS built as a large model DOS program and also as a standalone protected mode kernel built with gcc. The UCIP library and echotest...
536
Craig Graham
cgraham@...
Mar 21, 2002 12:43 pm
... Me to - with a DM9008 ;) BTW Rob, I think I've fixed a bug or two in the DHCP support - did you ever try the old version I did? And do you want the...
Hi Craig, I included the DHCP module in one of the latest updates to the SF archives and also setup a DHCP server on my network for testing - but never got ...
I want uc/ip to run with uc/os-ii built as a standalone protected mode kernel with gcc.Now i have only the network slot of pci type in my mother board. Are you...
... I have done such a build but it is still in alpha development stage. ... What type of network adaptor is it? ... Both. The ethernet support is for lan and...
540
circular73
circular@...
Mar 22, 2002 2:32 am
Thank you for your comment. but, I already have experience of writing UNIX style (BSD sytle) clinet/server socket progam. so, what I wonder is that uC/IP have...
541
circular73
circular@...
Mar 22, 2002 2:39 am
sample source is in "http://ucip.sourceforge.net/"...
<please see reply inline> ... Most welcome. ... I have done some work in implementing a BSD sockets interface for uC/IP however this in not complete. See...
... Some kind of PCI enumerator may be required to find such adaptors and particularly thier interrupt and I/O address details. Otherwise I don't think PCI...
Thank you for your reply and sample code. I had tested using source code from sourceforge. And, your sample code is different from the source code in ...
547
balaji_tamirisa
balaji_tamirisa@...
Mar 27, 2002 12:24 am
Did anyone test uC/IP with PPP? I am having trouble with LCP negotiation. Initial packet received by the PPP client is getting dropped. Any ideas as to how...
G'day Balaji, I have connected the uC/IP stack running on Win32 via null modem cable to a Linux box running the PPP daemon and successfully pinged and UDP echo...
Robert, Thank you very much. And now i have some problems.Some days ago,i built the ucos-ii as a large model with Borland c 4.5 and secceeded in testing the ...
550
max_speransky
speransky@...
Mar 27, 2002 1:28 pm
Hello Is there is a port of ucip on tms320c54xx/55xx ? -max...
Thank you for your reply. I have some question about your sample codes. In the echo Server program, tcpAcceptJiffy() function don't block until client's...
Hi, i am trying to compile the sources of ucos II with Microsoft VC 6.0 and the free Borland 5.5 toolchain. I read that some guys here promised that they have...
In case of simulating (emulating ??) uC/IP on Windows environment, how can I avoid port unreachable ICMP message ? If a client (on linux, or anything... ) send...
554
Irene & Mads Lind Chr...
christiansen@...
Apr 9, 2002 4:38 pm
... I guess you are referring to your impl. of uC/IP in Windows. Is this correct ? ... What kind of packet ? Is this a connect ? Do you know what triggers this...
555
balaji_tamirisa
balaji_tamirisa@...
Apr 9, 2002 9:09 pm
Hi Robert, Thanks for your reply. I dialed into an ISP using a modem. Got PPP to negotiate (IPCP) and establish remote and local IP addresses. Then used the...
I'm now checking whether packets go through uC/IP stack. Device layer -> IP layer -> TCP( or UDP) layer -> Socket Layer. Because I didn't confirm yet whether...
557
balaji_tamirisa
balaji_tamirisa@...
Apr 12, 2002 1:48 am
I am getting the same problem. Any ideas as to what the problem could be? Balaji...
PC Boot Direct is a complete development suite dedicated to PC, embedded PC and PC104 platforms. With PC Boot Direct develop, test and execute simple to...
G'day Balaji, Everything your saying sounds like the right idea and is very much like I did some testing between NT & Linux. However I only ever went so far as...
I have two questions. 1. the function nPREPEND() in etherOutput. when I run after compiling the sourece with no change, udp data isn't transferred correctly....