http://www.ntop.org

It is your friend. It is open source, and IMHO it incorporates a LOT of what 
you are asking for. 

I would simply run it in the background with the output redirected to a 
NSScanner, or something that could pars it out. 

At a deeper level, you can probably integrated directly into its library.


> From: tjo...@acworld.com
> Date: Sun, 7 Nov 2010 15:16:30 -0800
> To: d...@rudedog.org
> CC: cocoa-dev@lists.apple.com
> Subject: Re: Ping host and port
> 
> thanks a bunch, this is great!
> 
> tom
> On Nov 7, 2010, at 2:40 PM, Dave Carrigan wrote:
> 
> > 
> > On Nov 7, 2010, at 2:31 PM, Kyle Sluder wrote:
> > 
> >> On Nov 7, 2010, at 2:24 PM, Tom Jones <tjo...@acworld.com> wrote:
> >> 
> >>> Ops, thanks! 
> >>> 
> >>> I have not really done much with sockets. Is there an example you know of 
> >>> that I can learn from?
> >> 
> >> THE guide to socket programming: http://beej.us/guide/bgnet/
> > 
> > Specifically, section 5.4 has pretty much all the code you need, other than 
> > checking the return result of connect and possibly looking at errno. Don't 
> > forget to call freeaddrinfo() at the end or you'll leak memory.
> > 
> > 
> 
> _______________________________________________
> 
> 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/shashaness%40hotmail.com
> 
> This email sent to shashan...@hotmail.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

Reply via email to