Networking Tutorials?
I just started learning Cocoa (although I still prefer MetaL
) and I need to locate some networking tutorials.
Any suggestions?
(No it's not in the FAQ and yes I searched the forum
)
) and I need to locate some networking tutorials.Any suggestions?
(No it's not in the FAQ and yes I searched the forum
)
Check out the new source code.
Yeah, I've tried that but it wouldn't compile, I get 4 errors, and 14 warnings, mostly missing function declarations or something stupid like that.
Here's my favorite cocoa tutorial site: http://www.macdevcenter.com/pub/ct/37
They have a couple of networkign tutorials (which I have to admit I have not done yet), but the tuts on this site were what finally helped me break through "the wall" and start doing some cool development (IMHO).
Check it out. They walk you through making your own rendezvous based chat program.
They have a couple of networkign tutorials (which I have to admit I have not done yet), but the tuts on this site were what finally helped me break through "the wall" and start doing some cool development (IMHO).
Check it out. They walk you through making your own rendezvous based chat program.
My favorite networking tutorial is one that OSC showed me:
http://www.ecst.csuchico.edu/~beej/guide/net/html/
It's regular unix sockets, not Cocoa, but you can easily make wrappers for it in Cocoa. For an example, check out the source code to Adium and look at AIConnection.m... really nice wrapper there I think.
http://www.ecst.csuchico.edu/~beej/guide/net/html/
It's regular unix sockets, not Cocoa, but you can easily make wrappers for it in Cocoa. For an example, check out the source code to Adium and look at AIConnection.m... really nice wrapper there I think.
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Various BSD Networking Questions | wyrmmage | 25 | 10,146 |
Jul 30, 2007 05:09 AM Last Post: unknown |
|
| Newbie networking - just dl'ing data from an URL... | sealfin | 4 | 3,214 |
Apr 19, 2007 07:01 AM Last Post: sealfin |
|
| Good networking library | Ummon | 5 | 4,158 |
Jan 22, 2007 11:59 PM Last Post: akb825 |
|
| Simple networking? | CarbonX | 13 | 6,734 |
Apr 7, 2005 12:36 AM Last Post: Andrew |
|
| Saving a Place for Networking | Roosterhouse | 3 | 3,712 |
Aug 6, 2004 02:05 PM Last Post: FCCovett |
|

