Rohan Pawar
Rohan Pawar

Reputation: 2003

Configure WiFi router using Objective C

I want to develop app which will Configure (Changing router ip, password, wep key etc) Wifi router from my iphone. How will i do that?

Upvotes: 0

Views: 743

Answers (1)

Suhail Patel
Suhail Patel

Reputation: 13694

There isn't a specific API or function call you can do to configure those details. You would need to work with router manufactures and their software developers to get something like that integrated with your app

Each router manufacturer has their own router configuration pages with different types of options. There would have to be something at the router hardware level within the router software so your app can communicate with the router.

Upvotes: 2

Related Questions