Documentation.html 1.8 KB

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