Protocol [Archive] - C Board

PDA

View Full Version : Protocol


newbie_grg
08-17-2003, 11:07 AM
hi guys,
I am not a network programmer or whatsoever but while going through
the website that laasunde had mentioned in C++ board->

Madwizard
(http://www.madwizard.org/view.php?page=tutorials.networking.chapter1&lang=cpp&PHPSESSID=4db26089974096ec4a0ec031eee8a082)
a question just struck my head. Is it possible to make/develop our own protocol???

Hammer
08-17-2003, 06:15 PM
>>Is it possible to make/develop our own protocol???<<
Short answer, yes, anything's possible.

The more low level the protocol is, the harder it becomes and the more effort needed to implement it.