If there are any embedded developers lurking on this list...signed up to join a market research panel at www.vdc-corp.com/embeddedjoin Good prizes are given...
ccp stands for Compression Control Protocol and i found a material somewhere about it which said... Some servers will try to negotiate compression . the...
hello there. there was a problem in that the value of unit was also changing and so i explicitly set this to 0 each time at the ipcp_input function and this...
I noticed some special requirements mentioned in the Linux PPP Howto concerning Windows NT RAS. You might want to have a look at that document. Rgs, Robert....
thank you soooooooo much..... This problem is rectified by changing an option in the win nt server. the latest problem is that i am not able to come out of...
hello, this is the pppmain... static void pppMain(void *pd) { PPPControl *pc = &pppControl[(int)pd]; NBuf *curNBuf; /* * Start the connection and handle...
G'day Vidya, I don't exactly understand what you mean you a attempting to do but i'll take a stab at it anyhow since you sound desperate... The pppMain task...
i am running this program as a client and the server is an nt RAS as as u guessed already. before this i was using wattcp and the ppp packet driver (by antonio...
Hi Vidya, I'm just about to head out the door for today so I'll have to get back to you tommorrow. No we don't use packet drivers, a suitable driver needs to...
509
Craig Graham
craig@...
Feb 13, 2002 11:16 am
... And it works well ;) ... Not really an issue - uC/IP is on a BSD-ish license, so you can integrate it with pretty much what you like. The only real...
hello , i am using borland c++ 3.1 the startup inmain is as follows. int Startup(void) { StartupNet(); // EtherLib library startup OSInit(); printf("Starting...
Hi Vidya, Unfortunately i've just about run out of time again today )^: <see comments inline> ... Cool, i'm using this at the moment to build the stack with...
512
Irene & Mads Lind Chr...
christiansen@...
Feb 14, 2002 7:47 am
Hi there! ... First parm. is Tcp Descriptor, second parm is number of bytes in receive queue. ... First parm is Tcp Descriptor, second parm the number of bytes...
i am using ppp regards vidya ... <christiansen@...> wrote: <HR> <html><body> <tt> Hi there!<BR> <BR> > void (*receiveEvent)(int,...
hello, could somebody please explain the ipc while reading data? i saw that in the file ne2kd we have a Ne2kReceive (called by the ne2kreceiveevent) which is...
515
Craig Graham
craig@...
Feb 20, 2002 9:37 am
... The PPP layer doesn't use the NE2K rountines. The NE2K stuff is a device driver for an NE2K compatible network card (or chip, like the DM9008). ... Craig. ...
i am aware of this. what i wanted to know was the routine ne2kreceive is called when a packet is received? what should this handler do exactly so that the...
hello, this is a bit of message 506, " The pppMain task only manages the ppp connection and incoming packets over this connection. It has nothing more to do...
hello, this is a bit of message 516, " The pppMain task only manages the ppp connection and incoming packets over this connection. It has nothing more to do...
519
Craig Graham
craig@...
Feb 20, 2002 10:45 am
... Unless Robert has integrated the mod's I mailled him a while ago, it doesn't. Mads' NE2K driver wasn't fully integrated in the last release version, and ...
520
Craig Graham
craig@...
Feb 20, 2002 10:45 am
... Yes. Have you done any network programming before Vidya? This is all pretty basic stuff. You know, create a socket, connect it to a destination, write/read...
hello i have not done any network programming before.(really sorry to say so) and maybe i need to read some good books about it. can you suggest some? i take...
Hi Vidya! Use Ne2kReceiveReady() to get the amount of the next received ethernet packet. I use this function to allocate the amount of data needed before ...
523
Craig Graham
craig@...
Feb 20, 2002 2:31 pm
... True, but they do mean you can use it "out of the box" a little easier as well (without having to add your own code to feed from the NE2K module to the ...
Hello, Has anybody ported the uC/OS with uC/IP onto Hitachi H8/300H microcontrollers?, if so then what are the issues to be taken care? I have problem with the...
525
Tomaso Paoletti
tpaoletti@...
Feb 21, 2002 4:07 am
Hello Nagendra A few years ago I used uC/OS on a H8/300 and the adaptation from the freely available H8 version was just a matter of using a different timer...
<reply inline> ... Could you quote the specs of the Hitachi H8/300H microcontroller. I'm not going to look it up. ... Have you built the stack with a H8/300H...