Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | pmbaty | 1 | <html> |
2 | <body> |
||
3 | |||
4 | <h1>Welcome to the CocoaAsyncSocket project!</h1> |
||
5 | |||
6 | <p> |
||
7 | A wealth of documentation can be found on the GitHub homepage:</br> |
||
8 | <a href="https://github.com/robbiehanson/CocoaAsyncSocket">https://github.com/robbiehanson/CocoaAsyncSocket</a> |
||
9 | </p> |
||
10 | |||
11 | <p> |
||
12 | If you are new to networking, it is recommended you start by reading the Intro page:<br/> |
||
13 | <a href="https://github.com/robbiehanson/CocoaAsyncSocket/wiki/Intro">https://github.com/robbiehanson/CocoaAsyncSocket/wiki/Intro</a> |
||
14 | </p> |
||
15 | |||
16 | <p> |
||
17 | If you are a seasoned networking professional, with 10+ years of experience writing low-level socket code, |
||
18 | and detailed knowledge of the underlying BSD networking stack, then you can skip the CommonPitfalls page.<br/> |
||
19 | Otherwise, it should be considered mandatory reading:<br/> |
||
20 | <a href="https://github.com/robbiehanson/CocoaAsyncSocket/wiki/CommonPitfalls">https://github.com/robbiehanson/CocoaAsyncSocket/wiki/CommonPitfalls</a> |
||
21 | </p> |
||
22 | |||
23 | <h4> |
||
24 | A little bit of investment in your knowledge and understanding of networking fundamentals can go a long way.<br/> |
||
25 | And it can save you a LOT of time and frustration in the long run. |
||
26 | </h4> |
||
27 | |||
28 | <p> |
||
29 | Your first goto for reference should ALWAYS be the header files. They are extremely well documented. Please read them. |
||
30 | </p> |
||
31 | |||
32 | <p> |
||
33 | Did I mention you should read the headers? They're documented very nicely, in plain English. |
||
34 | </p> |
||
35 | |||
36 | <p> |
||
37 | If you have any questions you are welcome to post to the CocoaAsyncSocket mailing list:<br/> |
||
38 | <a href="https://groups.google.com/group/cocoaasyncsocket">http://groups.google.com/group/cocoaasyncsocket</a><br/> |
||
39 | <br/> |
||
40 | The list is archived, and available for browsing online.<br/> |
||
41 | You may be able to instantly find the answer you're looking for with a quick search.<br/> |
||
42 | </p> |
||
43 | |||
44 | <h3>We hope the CocoaAsyncSocket project can provide you with powerful and easy to use networking libraries.</h3> |
||
45 | |||
46 | </body> |
||
47 | </html> |