Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

In the windows environment I believe it is possible to use UDP broadcast to allow apps to easily communicate without spcifing the IP address.

For example a presentation running on one computer/projector, and then several tablets with a ui to control it. No matter what local wifi (on change of loaction) is used the apps are able to communicate, without any further setup other than joing the network.

How can this be accomplished using TCP (or other method) so that I can keep cross platform and mobile compatibility. Without the need to specify the IP addresses of the device/app?

share|improve this question
Some information about what you are trying to achieve on a "higher level" would be useful! – grapefrukt Oct 7 '11 at 11:16

1 Answer

up vote 0 down vote accepted

If you are oriented in AS3 application that acts like a receiver (if i interpret your question correctly) you can play a little with the FMS multicast feature. http://help.adobe.com/en_US/flashmediaserver/devguide/WS7812b00092aae0dc-2829dcd012a54a3ed1a-8000.html

Otherwise you can read this article for some ideas and/or solutions http://renaun.com/blog/2010/09/multicast-messaging-example-using-hydrap2p/.

share|improve this answer
great thanks, that looks like what I need to read up on. – davivid Oct 7 '11 at 14:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.