Click here to Skip to main content
15,867,750 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
I am trying to create an iphone application that allows me to connect my iphone to an ip camera. The way I am going about this is to create a server/client via a PC. PC acting as a server and the iPhone acting as a client. So basically I would like any information that will help me in creating a server application so I can firstly connect my iPhone to the PC. So I can talk to the PC via the iphone and vice versa. Eventually the iPhone will talk to the camera via the PC.

Any help would be appreciated. Hope what I am trying to do makes sense to someone.

Thanks again.
Posted
Updated 25-Apr-10 15:11pm
v4

You should be able to achieve this using socket programming.
 
Share this answer
 
You can start with Socket progr[^] and then ask what you don't understand
 
Share this answer
 
v2
You should also consider that programming is a four year course. Being 'new to programming' probably means you should be working on something simpler. Especially as the iPhone is written in one language ( Objective C ) and a Windows app in another, you're saying you don't know how to program but you hope to learn two languages, learn complex tasks in those two languages, and make the two projects interact. Doesn't sound like a beginner project to me.
 
Share this answer
 
I am quite new to programming. May i ask you to elaborate on this please. Socket programming?

Thanks
 
Share this answer
 
I also think that for that you must have an understanding of socket programming after that you are guru of these type of sceniors.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900