tags:

views:

120

answers:

1

I have a wifi chip which i want to connect from the iphone and send data to it. How do i do this ? Ideas or sample code or possibilities of this are appreciated.

A: 

Install the iPhone SDK on your Mac to get the development tools.

http://developer.apple.com/iphone/

Thorbjørn Ravn Andersen
i have the iphone sdk. I understand how to communicate between two iphones, since an iphone will publish a service and can be detected. how will it detect a wifi chip. does a wifi chip have a fixed name or ip to be detected. how can i do this ?
Srk
All iPhones have a wifi-chip. Elabolrat in your question what you need to "detect", how you expect to do it, and what you need it for. Your question right now is incomplete.
Thorbjørn Ravn Andersen
if we have two iphones we can communicate, but if one is a iphone and other is a wifi chip then in that case how do you detect the wifi chip and communicate with it ?
Srk
I do not believe that the iPhone supports ad-hoc networking, so you need both systems to attach to a wireless router and get TCP/IP working.
Thorbjørn Ravn Andersen