Re: Help needed in Writing network usage monitor application
Re: Help needed in Writing network usage monitor application
- Subject: Re: Help needed in Writing network usage monitor application
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 17 Nov 2009 22:56:04 -0700
On Nov 17, 2009, at 9:39 PM, Aashishk Tiwari wrote:
> What APIs/library/Technology we should use that notifies us about network
> usages and also provides us with the data being transmitted.
You can get the raw transfer statistics using IOKit, but you need Pcap to spy on the interface(s).
> I have look in libpcap that pretty much gives the packets but i dont know
> how much it helps in notification kind of things.
It doesn't. You'll have to parse the packets manually. Good luck.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden