tags:

views:

54

answers:

3

Hello, I want to write an app to communicate between the iPhone and a Windows pc. Where can I find more information on that particular communication?

A: 

Your best bet I beleive is to just use the network. If you're doing something nice and simple HTTP might even work for you. If you need to transfer files they NFS or FTP.

thomasfedb
A: 

I'm actually really intrigued by this myself. My needs are rather simple, the iphone simply needs to pass on a keypress to windows and windows will then treat it exactly the same as if the wired keyboard had been pressed. I'll be watching this thread with interest.

David26th
Can I suggest you look at this app? http://blog.logitech.com/2010/01/29/new-logitech-touch-mouse-turns-your-iphone-or-ipod-touch-into-a-wireless-trackpad-and-keyboard/
tomfanning
@David, welcome to Stack Overflow! It's not a forum like you may have seen before - it focuses on Question/Answer, so you shouldn't post an "answer" if you want to comment. Granted, you need a small amount of reputation to actually comment on a post, so stick around for a couple days, answer a question or two, and join the fun!
Jesse Beder
Thank you for your comment. This comment shows its possibility, but how? what api should I use in the iPhone part and what in the Windows part (.nat). Any Idea?
Meir
A: 

I found the following link: Bonjour for .net

I tested the sample app and it communicates with my iPhone. I will digg more in that on the next day or tow and will inform you.

Meir
Cannot find any documentation for that
Meir