Blame |
Last modification |
View Log
| Download
| RSS feed
<
h1>Welcome to the CocoaAsyncSocket project!<
/h1>
A wealth of documentation can be found on the GitHub homepage:<
/br>
<
a href="https://github.com/robbiehanson/CocoaAsyncSocket">https:
//github.com
/robbiehanson
/CocoaAsyncSocket<
/a>
If you are new to networking, it is recommended you
start by reading the Intro page:<
br/>
<
a href="https://github.com/robbiehanson/CocoaAsyncSocket/wiki/Intro">https:
//github.com
/robbiehanson
/CocoaAsyncSocket
/wiki
/Intro<
/a>
If you are a seasoned networking professional, with 10+ years of experience writing low-level socket code,
and detailed knowledge of the underlying BSD networking stack, then you can skip the CommonPitfalls page.<
br/>
Otherwise, it should be considered mandatory reading:<
br/>
<
a href="https://github.com/robbiehanson/CocoaAsyncSocket/wiki/CommonPitfalls">https:
//github.com
/robbiehanson
/CocoaAsyncSocket
/wiki
/CommonPitfalls<
/a>
A little bit of investment in your knowledge and understanding of networking fundamentals can go a long way.<
br/>
And it can save you a LOT of time and frustration in the long run.
Your first goto for reference should ALWAYS be the header files. They are extremely well documented. Please read them.
Did I mention you should read the headers? They're documented very nicely, in plain English.
</p>
<p>
If you have any questions you are welcome to post to the CocoaAsyncSocket mailing list:<br/>
<a href="https://groups.google.com/group/cocoaasyncsocket">http://groups.google.com/group/cocoaasyncsocket</a><br/>
<br/>
The list is archived, and available for browsing online.<br/>
You may be able to instantly find the answer you're looking
for with a quick search.<
br/>
<
h3>We hope the CocoaAsyncSocket project can provide you with powerful and easy to use networking libraries.<
/h3>