I'm looking for the faster and easy way to connect the iphone to the PC with IP/Port connection.
Anyone has a good idea?
thanks in advance
Gilad
Not sure if this is what you are looking for, but this Mobile Development Wiki provides some information on how to communicate using low level sockets on the iPhone.
Related
I want to establish socket connection between iphone and a web service that has its own IP address, service name (e.g "_abc._tcp"), and it also contains information about files stored. How can I do this? Can you please help with some sample code or links.
My goal is to develop an application that will get a video file from that server to my iphone and play it.
At first I try to get information of the files but I don't know how to connect to that server and make the video played on my iPhone.
Many thanks in advance
There is a great library for socket programming in objc here CocoaAsyncSocket
Which will help you out a lot. The examples also show how to use NSNetServices to broadcast a Bonjour service.
I want to send/receice some data to remote machine within network.
I have referred chatty application but it is broadcasting the service but i need to establish one is to one connection.
how can i set sockets for sending and receiving data in iphone?
does any one have any idea? i am new to network programming please help me about this.
Regards,
Sanket
If you want to learn about CFNetwork, then I recommend: Zdziarski's iPhone SDK Application Development - Chapter 7
There are complete explanation of sockets ;)
Is there a way to establish a VPN connection programmatically in Objectiv-C for the iPhone? Are there somewhere good tutorials for this?
Does anyone know?
Thanks alot
I don't think third-party applications have access to those APIs.
So I have a project I am working on, and I would basically like to send a basic yes/no command from the iPhone to a wifi enabled device that is also connectedto the network on the same router. This other device is not a computer, so I am wondering if I can still use Bonjour? In order to use Bonjour, do both of the communicating devices need to have some sort of a script installed and running that is allowing them to communicate? What would be the best way to connect to this device that is connected to the router, and then to send information/commands to it? I could really use some help finding a direction, because once I identify which tools I need to use, I can research them out and get it done (maybe). If anyone could offer any insight/suggestions whatsoever, it would be greatly appreciated!! Thanks in advance
Bonjour is a local service discovery protocol based on multicast DNS. Even if your device supports it you still need some piece of software on the device to listen to your commands.
I am developing an application and trying to use an peer-to-peer communication. i have idea about bluetooth and WIFI.
Is their any other options for peer-to-peer communication. Is it possible using Internet option.
Please help me with a source code or any documentation?..
Check Apple's Documentation on the GameKit. That provides you exactly with what you are asking for.
WIFI is internet. I'm not quite sure what you mean.