Network Programming
I used Open Transport when I had to use networking. Apple's Carbon documentation for it is HORRIBLE, but you can still get Inside Macintosh: Open Transport from the Classic section. Quite a good book but only covers up to Open Transport 1.3.
Inside Macintosh: Open Transport, the O.T. technotes and looking up stuff on XTI ( what Open Transport was based on ) managed to do the trick for me
~~
You could also just try using BSD Sockets itself. From what I understand, they have somewhat better performance than Open Transport( which on OS X is just a wrapper on top of BSD Sockets )
check here for a page on BSD Sockets : http://www.ecst.csuchico.edu/~beej/guide/net/html/
Inside Macintosh: Open Transport, the O.T. technotes and looking up stuff on XTI ( what Open Transport was based on ) managed to do the trick for me

~~
You could also just try using BSD Sockets itself. From what I understand, they have somewhat better performance than Open Transport( which on OS X is just a wrapper on top of BSD Sockets )
check here for a page on BSD Sockets : http://www.ecst.csuchico.edu/~beej/guide/net/html/
| Messages In This Thread |
|
Network Programming - henryj - Dec 31, 2002, 09:21 PM
Network Programming - Patrick - Dec 31, 2002 09:49 PM
Network Programming - Mark Levin - Dec 31, 2002, 11:31 PM
Network Programming - OneSadCookie - Jan 1, 2003, 01:01 AM
Network Programming - henryj - Jan 1, 2003, 03:11 AM
Network Programming - Hog - Jan 1, 2003, 12:37 PM
Network Programming - hyperzoanoid - Jan 5, 2003, 01:23 PM
Network Programming - henryj - Jan 5, 2003, 01:57 PM
Network Programming - KittyMac - Jan 6, 2003, 04:24 PM
Network Programming - henryj - Jan 6, 2003, 07:42 PM
|
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| java network api | San_Andreas | 1 | 2,888 |
May 1, 2008 08:05 AM Last Post: AndyKorth |
|
| Getting network connection for a specified PID | Florian | 6 | 4,523 |
Dec 23, 2006 03:46 AM Last Post: Florian |
|
| Ways to Network. | BinarySpike | 28 | 11,742 |
May 10, 2005 07:44 PM Last Post: kodex |
|
| Network Code Design | Bachus | 5 | 4,228 |
Sep 26, 2004 06:54 PM Last Post: arcnon |
|
| Network Servers - whose connected to me? | Zenith | 3 | 4,315 |
Oct 2, 2003 04:29 PM Last Post: Steven |
|

