I’m working on a game that’s local multiplayer only (so everyone needs to be in the same room). Something like AutoLANworks great, but I’m not really worried about the protocol or API. I’m just wondering how to get the devices connected.
If there’s a WiFi router around, everyone can connect to it, and everything works fine. But what if there’s no wireless access point? I know you can set up a wifi hotspot on one device, and have everyone connect to it… I’ve tested that and it works, but that’s not a great solution.
Is there a way to enable peer-to-peer WiFi from within the app? I know you can do this with Bluetooth, but Corona doesn’t support Bluetooth. Or any other solutions when there’s no WiFi access point?