ruuvi / ruuvitracker_web

http://ruuvi.com
20 stars 8 forks source link

Allow using user's device as a tracker #9

Closed jsyrjala closed 11 years ago

jsyrjala commented 11 years ago

Locate user's browser using GeoLocation API, and send the location information to server using Tracker-API or WebSockets. User should be able easily to enable and disable tracking.

Tracking should use shared secret and tracker code that has been stored to local storage.

If GeoLocation API is not available or user doesn't give permission, the tracking is not available.

See also #8 and #6.