Hi, this is the first time i am creating a mac application, what i need to do is to have a simple screen. This simple plain screen will just print a string as the iphone is transmitting strings through the wifi network.
This string is simply a string value of the slider being adjusted by the user as they move it up and down. so it will string values like so "1" "2" "3" and so on as the user is sliding the slider up. the data will be sent to the mac app and then the mac app will receive this signal from the wifi network and simply print the values.
How can i create the client side? do i need to use bonjour or something?
remember its a constant connection. im not trying to sync once. im trying to listen to the iphone device from the mac to see if the iphone is sending any more strings as the user slides the uislider up and down from the iphone app
Thanks in advance