Re: In search of suitable Carbon networking API...
Re: In search of suitable Carbon networking API...
- Subject: Re: In search of suitable Carbon networking API...
- From: Joshua Graessley <email@hidden>
- Date: Tue, 5 Nov 2002 20:17:41 -0800
On Tuesday, November 5, 2002, at 06:05 PM, Dylan Barrie wrote:
I am currently considering porting my program (Aquaduct, see
http://postpose.com/aquaduct) from Cocoa to Carbon, and am thinking of
using Open Transport.
Before I can, however, I need to be able to do a few things:
1) I need to be able to sniff packets off of the network, can Open
Transport do this?
OpenTransport can, but only when not running in X.
2) I need to be able to inject packets into the network, and I need to
be able to specify the *entire* packet header (including the ethernet
header). Can Open Transport also do this?
Again, OT can do this, but only when not running in X.
If OT can't do these, could anyone recommend another Carbonized API
that I could look into?
There isn't a Carbonized API for this. You'll need to write Mac OS 9
and Mac OS X specific code and call the right code for the OS you're
currently running on.
-josh
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.