0

I'm doing some research about setting up ad-hoc network programmatically. And I would like to use Android or iOS to do that.

If there is no such api support that, I think it is possible to set up in lower level right (e.g. C)? Since I've already seen someone do that but it is for jailbroken iPhone.

http://intelliborn.com/mywi.html

I don't know much theory that how does ad-hoc work. I only have experience in socket and http network.

Thanks

SnowWolf
  • 439
  • 6
  • 22

1 Answers1

0

Wireless networking is a really big topic. Your best bet is to start with the WifiManager, refer to this question and take a crack at it.

You may also find some clues in the source code for android wifi tether

Community
  • 1
  • 1
Joe
  • 25,000
  • 3
  • 22
  • 44