Locker Internals

From C-Aware Project Wiki
Revision as of 15:43, 21 January 2013 by cce25 (talk | contribs) (Created page with "Locker was a project by San Francisco startup [https://singly.com Singly] which is now no longer maintained. More information about the former project can be found at http://lock...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Locker was a project by San Francisco startup Singly which is now no longer maintained. More information about the former project can be found at http://lockerproject.org. The code can be found at https://github.com/LockerProject/Locker.

The locker code was forked and patched to fix bugs in the existing project, and can be found at https://github.com/elsmorian/Locker


Each locker runs multiple API endpoints, on of which allows the push of data into the locker. This endpoint is used by the Carbon Commute app after each commute is complete, to push a JSON object into the personal container. This JSON object represents each commute, and contains metadata such as the start and end of the commute, along with an array of GPS points.