On Tue, 20 Jan 2004 10:47:10 -0800, Stefan Reindl muttered:
> I4m new to OS X and Cocoa and have basic skills in C and C++. Now I want to
> learn Cocoa and ObjC by designing a small Application which monitors
network
> traffic and shows the total amount of traffic per month / week.
> Now I wonder how I can get this information, I was not able to find
> something useful in the documentation that comes with XCode.
If you want information on the local machine only, the command 'ifconfig'
will give some network stats.
If you want information on the whole network, that's a significantly more
difficult proposition, as it would involve snooping on network traffic and
calculating statistics yourself. Not a recommended first project.
--
Andrew Farmer
email@hidden
[demime 0.98b removed an attachment of type application/pgp-signature]
_______________________________________________
studentdev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/studentdev
Do not post admin requests to the list. They will be ignored.