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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com