[WiFi] Creating an ad-hoc network ?
Hello everyone,
With some friends we are wondering how to connect iPhone together without any near wifi access point. I think the best method is to create a ad-hoc network on the iPhone and so the others can connect to it anywhere without computers or anything else.
In linux system it's very easy to create a ad-hoc network with iwconfig. ifconfig has been ported to iPhone so I think iwconfig can be converted too, right ? To create a ad-hoc network with it we do like this:
Code:
iwconfig en0 mode Ad-Hoc
iwconfig en0 essid Reseau
iwconfig en0 up
It's easy isn't it ? The PSP use the ad-hoc networks to connect with others. I don't know if another way exists but perhaps you know one ?
Thank you in advance and scuse me for my bad english :p