Live data from Hacker News

Ask HN: Ideas for high speed one-to-many communication between smartphones

news.ycombinator.com

1–6 of 6 posts

Ask HN: Ideas for high speed one-to-many communication between smartphones

#1
Here's the scenario: You have a bus driver with a smartphone connected to the internet. Then you have the passengers(who have booked seats on the bus) with smartphones as well but NO internet connection. The bus will pick up passengers at every stop and each of these passengers needs to quickly perform a "check-in" once they on board (there's no internet on the bus either). Because of budget constraints, it is not possible to provide internet on the bus or install any 3rd party device (like QR code reader) that could handle check-ins.

Ideally what should happen is: The passengers' offline phone somehow communicates quickly to the drivers and shares its boarding id (Bluetooth conns are a hassle and won't work well when multiple people onboarding). The driver phone (connected to the internet) verifies booking from the server and communicates back to the offline phone with a success message. All without any intermediary device and while handling multiple passengers at the same time.

One idea is to use something like chirp.io to transfer data using sound. Any other ideas?

Re: Ask HN: Ideas for high speed one-to-many communication between smartphones

#2
One could possibly expose a wifi network who's SSID will act as a boarding id. So a driver's phone only needs to scan for wifi networks frequently enough, and when it recognizes one that can be a boarding id, connect to that network and supply a password which can be interpreted as a success reply? Connection may fail then, it's ok - all that's needed is knowing a SSID and trying to connect, thus supplying a password.

Idk how difficult it is for the mobile apps to create wifi hotspots from phones, but should be doable.

Re: Ask HN: Ideas for high speed one-to-many communication between smartphones

#5
post #4

Already solved with QR codes

>it is not possible to provide internet on the bus or install any 3rd party device (like QR code reader)

>> You have a bus driver with a smartphone connected to the internet

>> [Y]ou have the passengers(who have booked seats on the bus) with smartphones

Any smarthpone can display a QR code and all can read them. No internet required.

Re: Ask HN: Ideas for high speed one-to-many communication between smartphones

#6
post #4

Earlier quoted context omitted.

>it is not possible to provide internet on the bus or install any 3rd party device (like QR code reader)

>> You have a bus driver with a smartphone connected to the internet >> [Y]ou have the passengers(who have booked seats on the bus) with smartphones Any smarthpone can display a QR code and all can read them. No internet required.

It'll be a big hassle for the bus driver to scan QR code from every passenger's phone. Please also keep in mind that these bus drivers are tech-illiterate and they have very little idea of how to use a smart phone. Their main role is basically to open up maps and follow the route.