Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   C Programming (http://www.velocityreviews.com/forums/f42-c-programming.html)
-   -   Re: How to format/send/receive UDP packet in C? (http://www.velocityreviews.com/forums/t313750-re-how-to-format-send-receive-udp-packet-in-c.html)

jrlatala@shell.golden.net 06-24-2003 02:39 AM

Re: How to format/send/receive UDP packet in C?
 
In article <b44c4e17.0306231617.7c11f46c@posting.google.com >,
Abby <abbkung@yahoo.com> wrote:
>I'd like to ask about how to format/send/receive UDP datagram packet
>in C language. The server that I'd like to send the packet to is
>listening on port 1500. When I succesfully connect to that port, it's
>gonna create and send a packet back to the client. The only code I
>need to write is the client-side code. The problem is, I don't have
>any idea how to:


There are a couple of books authored by Stevens (can't remember his
first name at the moment). They're called "unix network programming" or
something like that and they go into all the excruciating detail you'd
ever want to know. Don't let the name fool you because even thought
they're written with Unix in mind they're handy references for any system
that supports sockets (i.e. windows).
y

--
john R. Latala
jrlatala@golden.net


All times are GMT. The time now is 08:16 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57