Skip to search.
ucos-net · Networking with uC/OS

Group Information

  • Members: 342
  • Category: Software
  • Founded: May 19, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 497 - 526 of 953   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
497 calon129
calon129@... Send Email
Feb 6, 2002
4:23 pm
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...
498 vidya_srinivas2000
vidya_sriniv... Offline Send Email
Feb 7, 2002
9:44 am
hello, has anybody done the support for ccp? (even if it only rejects all the options) thanks vidya...
499 Robert Dickenson
robert_dicke... Offline Send Email
Feb 8, 2002
12:35 am
I've just got up and havn't had my two cups of coffee yet so maybe I'm forgetting something but, what is ccp ??? Rgs, Robert....
500 vidya srinivasan
vidya_sriniv... Offline Send Email
Feb 8, 2002
7:10 am
ccp stands for Compression Control Protocol and i found a material somewhere about it which said... Some servers will try to negotiate compression . the...
501 vidya_srinivas2000
vidya_sriniv... Offline Send Email
Feb 8, 2002
9:12 am
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...
502 Robert Dickenson
robert_dicke... Offline Send Email
Feb 8, 2002
9:40 am
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....
503 vidya srinivasan
vidya_sriniv... Offline Send Email
Feb 8, 2002
11:21 am
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...
504 vidya_srinivas2000
vidya_sriniv... Offline Send Email
Feb 12, 2002
7:18 am
hello, this is the pppmain... static void pppMain(void *pd) { PPPControl *pc = &pppControl[(int)pd]; NBuf *curNBuf; /* * Start the connection and handle...
505 vidya_srinivas2000
vidya_sriniv... Offline Send Email
Feb 13, 2002
4:55 am
i am waiting..... for an answer. could someone please answer this... thanks. vidya ... using...
506 Robert Dickenson
robert_dicke... Offline Send Email
Feb 13, 2002
7:32 am
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...
507 vidya_srinivas2000
vidya_sriniv... Offline Send Email
Feb 13, 2002
9:43 am
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...
508 Robert Dickenson
robert_dicke... Offline Send Email
Feb 13, 2002
10:03 am
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@... Send Email
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...
510 vidya srinivasan
vidya_sriniv... Offline Send Email
Feb 14, 2002
5:55 am
hello , i am using borland c++ 3.1 the startup inmain is as follows. int Startup(void) { StartupNet(); // EtherLib library startup OSInit(); printf("Starting...
511 Robert Dickenson
robert_dicke... Offline Send Email
Feb 14, 2002
6:42 am
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@... Send Email
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...
513 vidya srinivasan
vidya_sriniv... Offline Send Email
Feb 14, 2002
10:34 am
i am using ppp regards vidya ... <christiansen@...> wrote: <HR> <html><body> <tt> Hi there!<BR> <BR> &gt;&nbsp;&nbsp;&nbsp;&nbsp; void (*receiveEvent)(int,...
514 vidya_srinivas2000
vidya_sriniv... Offline Send Email
Feb 20, 2002
9:32 am
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@... Send Email
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. ...
516 vidya_srinivas2000
vidya_sriniv... Offline Send Email
Feb 20, 2002
9:51 am
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...
517 vidya_srinivas2000
vidya_sriniv... Offline Send Email
Feb 20, 2002
10:06 am
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...
518 vidya_srinivas2000
vidya_sriniv... Offline Send Email
Feb 20, 2002
10:06 am
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@... Send Email
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@... Send Email
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...
521 vidya_srinivas2000
vidya_sriniv... Offline Send Email
Feb 20, 2002
11:53 am
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...
522 From MOGI.dk
mogidk Offline Send Email
Feb 20, 2002
12:18 pm
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@... Send Email
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 ...
524 Nagendra S
nagendra_sk Offline Send Email
Feb 21, 2002
3:50 am
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@... Send Email
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...
526 Robert Dickenson
robert_dicke... Offline Send Email
Feb 21, 2002
9:51 am
<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...
Messages 497 - 526 of 953   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help