Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this portable? #53

Open
amunizp opened this issue Sep 4, 2017 · 5 comments
Open

Is this portable? #53

amunizp opened this issue Sep 4, 2017 · 5 comments

Comments

@amunizp
Copy link

amunizp commented Sep 4, 2017

I was thinking of using this system for our door entry and controlling access to more dangerous equipment. Is this system portable to other hackspaces/fablabs? or is it very tied in with LHS system.

What licence is this system under?

@JasperWallace
Copy link
Member

Hi,

License is permissive/BSD ish (unless you'd like other wise @jasiek ?)

It can be re-used for other things, but you'll need to implement the http api that it calls into.

You'll also need a way of capturing the id's from rfid cards and matching them with users in a database etc.

@jasiek
Copy link
Contributor

jasiek commented Sep 6, 2017

I think BSD would be a very good license.

@mentarus
Copy link
Member

mentarus commented Sep 7, 2017

The backend that's currently used is https://github.com/londonhackspace/acserver but it's written in PHP and it's not "hip" enough for most today hackers apparently. There is a new one in the works on https://github.com/londonhackspace/acserver-django

@zymurgic
Copy link
Contributor

London Hackspace has now changed the acserver backend to a python / django flavoured backend.

For offsite testing, which wouldn't normally have access past the firewalls, I have just used a random web server with flat files. If a GET request with a card ID returns something that says the door should open, it will.

One thing worth noting is that at London Hackspace, we've moved entirely away from broadcast announcers, and now use MQTT to announce door entry, doorbells and the like. We may remove the broadcast announcer functionality from future versions of the acnode-cl codebase to avoid confusion and save some space on the Launchpad.

Another thing that it doesn't have is the ability to locally fully maintain the cache of good card details, which would give it the ability to act as a standalone, non-connected door entry system if required.

@amunizp
Copy link
Author

amunizp commented Dec 19, 2018

Thank you!
So should I make a pull request to add a free culture licence?

Can it be something replicated in other spaces, or is it something that will only work with the full LHS infrastructure?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants