How to change TCP / IP settings using Cocoa

2009-11-19 Thread Padmakumar T V

Hi,

I need to know the current TCP / IP configuration setting Configure IPv4 of 
current WiFi connection and change this settings from Using DHCP to 
Manually and configure IP settings like IPaddress and subnet using Cocoa API.

If some body can share some inputs on this, I will be a great help.

regards
Pappan 

___

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


Re: How to change TCP / IP settings using Cocoa

2009-11-19 Thread Jens Alfke

On Nov 19, 2009, at 9:17 AM, Padmakumar T V wrote:

 I need to know the current TCP / IP configuration setting Configure IPv4 of 
 current WiFi connection and change this settings from Using DHCP to 
 Manually and configure IP settings like IPaddress and subnet using Cocoa 
 API.

SystemConfiguration.framework, probably. This is not a Cocoa API; you should 
use the macnetworkprog mailing list to ask questions after you read the docs.

—Jens___

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