-
Notifications
You must be signed in to change notification settings - Fork 2

Description
Dwolla and Square have a lovely service whereby it is possible to press a button marked "Pay someone nearby", and immediately get a list of people within 100 feet, ordered by estimated distance from you. Then simply tap one of them, enter an amount, and you're done.
I would like this feature to be in Hive as well.
CC @mattatgit
from Slack, possibly unrelated but perhaps indicative of a coming trend:
"Have you guys seen "Multipeer Connectivity APIs, introduced in iOS 7" ? Multipeer Connectivity is a framework that enables nearby devices to communicate over infrastructure Wi-Fi networks, peer-to-peer Wi-Fi, and Bluetooth personal area networks. Connected peers are able securely transmit messages, streams, or file resources to other devices without going through an intermediary web service.
It creates your own local network, without an internet connection on the wifi part. Think about a chat app in a club, or paying locally in a shop. Most of the time you are relying on a 3G+ connection, so the wifi in your phone is "free" and able to create a p2p connection."