bluetooth peer to peer connectivity

Given the nature of the Corona SDK, and how it is well-suited for games app dev, it would be fantastic if peer-to-peer connectivity (via bluetooth or wifi) could be added so we can create collaborative apps.

Any plans for bluetooth support ? or even peer-to-peer specific to Corona would help build a more engaging platform.

BTW, kudos to your work. Coming from Flex and from the Ruby, your env based on lua gives such pleasure in dev.

Best,

Romain.
http://blog.thecodingfrog.com [import]uid: 4570 topic_id: 461 reply_id: 300461[/import]

Hi, Romain, and thanks!

Peer-to-peer is definitely something we’ve thought about, since we’re planning to increase the game-developer features of Corona. But we haven’t yet decided when and what features we’re going to commit to on our next public roadmap (now that we’ve finished the previous public roadmap :slight_smile: [import]uid: 3007 topic_id: 461 reply_id: 901[/import]

I was wondering if there has been any change on this since Feb '10?

If not, is there a work-around? Ad-hoc wifi from device to device somehow?

Thanks,

Matt. [import]uid: 8271 topic_id: 461 reply_id: 5239[/import]

Nudge, and any news on bluetooth API yet, guys? [import]uid: 8271 topic_id: 461 reply_id: 8478[/import]

Double-nudge… Any chance BT or WiFi peer to peer might make it into the road-map re-prioritization? Families and friendship circles with multiple IOS devices run at all time high. High time to capitalize on multi-user games. Any workarounds one can think of? Thanks for all the hard work. [import]uid: 11904 topic_id: 461 reply_id: 13060[/import]

Here here.

There is a simple way to run a client server in lua using the socket api provided within Corona but scanning the local network to find other iOS devices would be quite tricky, I think. Any ideas anyone?

Matt. [import]uid: 8271 topic_id: 461 reply_id: 13068[/import]

I had thought about exploring the idea of running a simple web based site to support my multi-user game but wrote it off due to the latency impact on the game responsiveness. Thinking about your idea gives me another spin of my original thought.

It could be possible to have a simple web page where an IOS device running the game logs in and others log in there too and make the connection with each other. Once they know of each other (IP address) the communication with the web server stops and client server over lua socket api takes over.

Sound reasonable? [import]uid: 11904 topic_id: 461 reply_id: 13091[/import]

Yes - the log would be local network IP based, so the devices can find others on their same wifi router, for example? My aim is to have local connection (as seen in games like Flight Control) so that it is extremely easy to connect to friends without messing about.

Matt [import]uid: 8271 topic_id: 461 reply_id: 13105[/import]

Hi everyone. Was wondering if anyone had any progress on this subject. Very interesting. [import]uid: 8192 topic_id: 461 reply_id: 16271[/import]

Any news on this?

If not, is it possible to write an external API in object C that provides this and load it into Corona as an API? [import]uid: 13473 topic_id: 461 reply_id: 16670[/import]

+1 for WiFi connectivity. i’d like to be able to run one device in the house as host and the other devices as connected clients (and not via a pc). Cross-platform would be even better! (AndroidiOS)

is this not currently available using sockets?

(bluetooth would be too weak for my purposes)

thanks
j [import]uid: 6645 topic_id: 461 reply_id: 18193[/import]

Any updates on this are much appreciated … [import]uid: 21125 topic_id: 461 reply_id: 18242[/import]

+1 [import]uid: 10968 topic_id: 461 reply_id: 33207[/import]

Though it’s not bluetooth (which I believe is going to pass out of the tech spec at some point in the not too distant future) there is this in the code exchange:

http://developer.anscamobile.com/code/multiplayer-networking

I’ve not tried it, but it might be a good solution for when there is a network connection.

m [import]uid: 8271 topic_id: 461 reply_id: 33213[/import]

Another nudge for bluetooth and Wi-Fi peer-to-peer. We’re in dev on Word Games that will be both single and multi-player. And though pubnub suits for longer distances, it’s a poor road to go when players are close (and, ideally, discoverable). [import]uid: 49442 topic_id: 461 reply_id: 35084[/import]

I think the problem might be with Android becaus iOS has a good documentation at Apple developers lib:

http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/GameKit_Guide/Peer-To-Peer/Peer-To-Peer.html#//apple_ref/doc/uid/TP40008304-CH2-SW1 [import]uid: 8556 topic_id: 461 reply_id: 38079[/import]

+1 for peer-2-peer connectivity . We REALLY need this , there are so many uses for it ! Please , can we get this done ? [import]uid: 70684 topic_id: 461 reply_id: 41856[/import]

I think that now after fifa 2012 and the amazing gamepad app was released, it is clear how powerful P2P BT connection can be…

+1 [import]uid: 26945 topic_id: 461 reply_id: 59068[/import]

+1 to this feature. =) [import]uid: 70056 topic_id: 461 reply_id: 60255[/import]

+1

There are quite a number of apps I would have preferred to do in Corona, but since it lacks BT, I had to go with other options. [import]uid: 49447 topic_id: 461 reply_id: 92207[/import]