Re: Peer-Peer iPhone, desktop app?

2010-02-16 Thread Eric E. Dolecki
Thank you - I will check into this. Much appreciated!

On Tue, Feb 16, 2010 at 11:25 AM, Jens Alfke  wrote:

>
> On Feb 16, 2010, at 5:55 AM, Eric E. Dolecki wrote:
>
> > I have an app running on a Touch using the wifi router attached to my Mac
> > (Mac is supplying connectivity from it's ethernet connection). I would
> like
> > an OS X desktop app to be able to talk back and forth with the Touch
> > application. Is this plausible?
>
> Yup. Lots of apps do this.
>
> > I'm almost looking for a super simple 2 project collection...
>
> http://bitbucket.org/snej/chatty/wiki/Home is a very simple chat app for
> iPhone. It's based on a sample someone else wrote, and then I replaced all
> the networking code with a couple of calls to my MYNetwork library. There
> isn't a Mac equivalent project, bit it would be easy to take the model
> classes and write an AppKit-based UI.
>
> The MYNetwork project itself contains a more rudimentary app that runs on
> both iPhone and Mac.
>
> —Jens




-- 
http://ericd.net
Interactive design and development
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Peer-Peer iPhone, desktop app?

2010-02-16 Thread Jens Alfke

On Feb 16, 2010, at 5:55 AM, Eric E. Dolecki wrote:

> I have an app running on a Touch using the wifi router attached to my Mac
> (Mac is supplying connectivity from it's ethernet connection). I would like
> an OS X desktop app to be able to talk back and forth with the Touch
> application. Is this plausible?

Yup. Lots of apps do this.

> I'm almost looking for a super simple 2 project collection...

http://bitbucket.org/snej/chatty/wiki/Home is a very simple chat app for 
iPhone. It's based on a sample someone else wrote, and then I replaced all the 
networking code with a couple of calls to my MYNetwork library. There isn't a 
Mac equivalent project, bit it would be easy to take the model classes and 
write an AppKit-based UI.

The MYNetwork project itself contains a more rudimentary app that runs on both 
iPhone and Mac.

—Jens___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Peer-Peer iPhone, desktop app?

2010-02-16 Thread Eric E. Dolecki
I have found this URL:
http://developer.apple.com/iphone/library/technotes/tn2009/tn2152.html#SECPEERTOPEER

I have an app running on a Touch using the wifi router attached to my Mac
(Mac is supplying connectivity from it's ethernet connection). I would like
an OS X desktop app to be able to talk back and forth with the Touch
application. Is this plausible? Will the Wi-Tap application work (seeing
that I would need to rewrite it to work on the desktop)?

I'm almost looking for a super simple 2 project collection... just showing
the connection between the apps. I'm new to networking like this so reading
documentation to solve this matter is taking an awfully long time & since
things have to be set up correctly on both sides, I may have it correct on
one side and not the other and needlessly spin wheels trying different
approaches that keep the thing from working.

Does anyone have anything handy or know of a tutorial online, even a book
that covers this very thing?

Thanks for any insight,
Eric
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com