neelcm / shake

NFC-like functionality for Pebble

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shake

###shake allows any two people to quickly exchange contact information by simply shaking hands

shake takes advantage of Pebble's motion sensors to detect when a handshake has occurred. A Node.js backend evaluates concurrent requests to determine which two people just met - both parties then receive each other's contact information.

How this works: When your pebble detects a handshake-like motion, the server is queried with your json-encoded contact card, raw handshake data and location-based information. Your pebble in return receives a contact card if someone else in the same time window was in your geofence with a similar handshake motion.

shake2

technologies used: C, JavaScript, Node.js, Express

created in under 36 hours by Neel Mouleeswaran, Vamsi Ponnapalli & Jeremy Sullivan

HackIllinois 2014 Submission

About

NFC-like functionality for Pebble


Languages

Language:JavaScript 59.2%Language:C 32.7%Language:Python 5.3%Language:Ruby 1.7%Language:C++ 1.2%