|
-
May 12th, 2003, 07:35 PM
#1
Member
How do i create a protocol?
Halo all! does anyone got some good resources, or tutorials on writing a protocol.... or is it just a bunch of code just put together!? hahaha, get back to me thnx!
-
May 12th, 2003, 07:46 PM
#2
*Moved from AntiOnline: how do I? or what is?*
"AntiOnline: How do I? Or what is?" forum description:
Have a question about AntiPoints, posting, or anything else related to AntiOnline.com? Ask it here.
-
May 12th, 2003, 09:16 PM
#3
Senior Member
A protocol is basically a set of predefined rules that can be uses to govern communication between two entities. HTTP for example is a protocol that web servers and clients follow to request and send data from point A to B. Writing the code comes after defining the rules that will dictate how communication should proceed. You can read some RFC's online to give you a better idea. I hope this helps.
Here's a link for FTP related docs
http://www.faqs.org/rfcs/ftp-rfcs.html
You can search for an RFC here
http://www.faqs.org/rfcs/rfc-index.html
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|