Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.21 KB

README.mkd

File metadata and controls

38 lines (28 loc) · 1.21 KB

SpaceExplorer

SpaceExplorer is an application which gives you information about hackerspaces in your area; it pulls its data from the SpaceAPI standard and displays the data using EnyoJS and other such wonderful things.

SpaceExplorer grew out of supporting some internal APIs at HeatSync Labs, which we then standardised and implemented in the SpaceAPI 0.13 revision. So if your hackerspace exposes PAMELA or locksystem data, it should be easy to integrate automatically in to SpaceExplorer using only the SpaceAPI data endpoint.

HSLLock

This locks and unlocks ths maglock system at HeatSync Labs

It is pretty much guaranteed to not work with any system except the one at HeatSync Labs. It queries a custom web interface to 23b's mag lock RFID door system.

The code for the web interface interfaces over ethernet with an Open Access Control board and can be seen here.

Building

This is an Enyo Bootplate app, so run

cd tools
./deploy.sh # or minify.bat on windows

And you can stick the latest deploy/* directory on your server or phone or what have you