home .. forth .. colorforth mail list archive ..

[ColorForth] networking


UDP is a packet format spec. Once xmit/recieve packets can be accomplished, UDP
is trivial to implement. Basically a matter of ensuring  length greater than 64
bytes and filling out the specified fields. See:
http://www.cs.ukc.ac.uk/people/staff/asi1/ictp/rtp/s6node5.html
for UDP and TCP fundamentals.

Regards,
Terry Loveall

----- Original Message -----
From: "John Drake" <jmdrake_98@xxxxxxxxx>
To: "ColorForth List Member" <ColorForth@xxxxxxxxxxxxxxxxxx>
Sent: Thursday, June 20, 2002 6:11 AM
Subject: [ColorForth] networking


> Hello,
>
> According to Chuck's website top priority is UDP/IP
> and eventually  TCP/IP.  So I think it's safe to
> code toward IP.  I don't know enough about networking
> to say which tests you could do now.
>
> Regards,
>
> John M. Drake
>
> --- Mark Slicker <maslicke@xxxxxxxxxxx> wrote:
> > Hello,
> >
> > In anticipatiton of Chuck's network code I would
> > like to write a driver to
> > interface my ethernet hardware. Is it best to wait
> > for the protocals to
> > written or is there simple tests that can be done?
> > My NIC is based on tthe
> > dec tulip chip. It looks fairly strait forward to
> > program, I just need
> > to know what I'm sending it and response I expect in
> > return.
> >
> > Mark
> >
> > ------------------------
> >
> > To Unsubscribe from this list, send mail to
> > Mdaemon@xxxxxxxxxxxxxxxxxx with:
> > unsubscribe ColorForth
> > as the first and only line within the message body
> > Problems   -   List-Admin@xxxxxxxxxxxxxxxxxx
> > Main ColorForth site   -   http://www.colorforth.com
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com------------------------
>
> To Unsubscribe from this list, send mail to Mdaemon@xxxxxxxxxxxxxxxxxx with:
> unsubscribe ColorForth
> as the first and only line within the message body
> Problems   -   List-Admin@xxxxxxxxxxxxxxxxxx
> Main ColorForth site   -   http://www.colorforth.com
>
>
------------------------

To Unsubscribe from this list, send mail to Mdaemon@xxxxxxxxxxxxxxxxxx with:
unsubscribe ColorForth
as the first and only line within the message body
Problems   -   List-Admin@xxxxxxxxxxxxxxxxxx
Main ColorForth site   -   http://www.colorforth.com