I want to create a quiz app (preferrably on flutter) for approx 500 people in an auditorium where no internet can be accessed. Is there a way to create some kind of mesh network so the participants devices act as nodes and send answers marked data in some format to one host.
I read online something about a reactive_ble
and flutter_blue
packages. Also about something called “zigbee”.