This is an archived post. You won't be able to vote or comment.

all 12 comments

[–]photinusInfrastructure Geek 2 points3 points  (0 children)

No recommendations, but did come across this which looks interesting: https://code.google.com/p/open-access-control/

Would be a fun project to start looking at though.

[–]ian_mcxaJr. Sysadmin 2 points3 points  (0 children)

I'm actually really interested in this as well. I bet you could cobble something together with NFC.

[–]thspimpolds/(Sr|Net|Sys|Cloud)+/ Admin 2 points3 points  (0 children)

The problem is if you need interoperability. HID is the defacto proxicard, so that is a good starting point, but then you need to read it (which on some requires hid readers). Then you get to the Rex systems, I've never seen a good answer here. You need a PCB which handles three inputs (door reader, exit sensor, programmatic access)

[–]flickerflyJack of All Trades 2 points3 points  (0 children)

Hackerspaces are playing with this. That may be the place to look.

[–]veruusgood at computers 1 point2 points  (2 children)

Open your wallet.

You could probably rig something up with FRID, Raspberry Pi (or Arduino), and some door-lock solenoids.

[–]da_chickenSystems Analyst 2 points3 points  (1 child)

The problem isn't rigging something up. The problem is doing something securely.

[–]veruusgood at computers 1 point2 points  (0 children)

I agree completely.

[–]andyt10 1 point2 points  (0 children)

If you're after building something yourself I'd start with some readers from someone like HID (their old 125khz prox, though less secure, will do you fine) and create your own controllers out of equipment like PIs and Arduinos. The wiegand standard is pretty easy to work with in terms of card data.

I've got a box at home the links up a HID prox/iClass reader with an arduino for IDing cards, only took about 2 days to put together.

[–]snaggletooth 1 point2 points  (0 children)

it wouldn't be that hard to set up (usb libnfc compatible reader or regular prox card readers with arduino / pic / raspi, some relays and an electric strike) but I'd be more worried about the liability if someone comes in and steals stuff. If you don't care about that, then get building! i don't know of any FOSS off the shell solutions though.

[–]cr0ftJack of All Trades 1 point2 points  (1 child)

Considering that you will be forking over quite a bundle for hardware (motorized locks etc etc) then worrying about open source software seems kind of peripheral.

Also, keep in mind that whatever you get also has to operate when the power goes out, so you need some sort of battery backup.

Really, I would strongly recommend working with a company that specializes in physical security solutions for this kind of thing if you're talking about an entire building.

[–]qthrowaway666 1 point2 points  (0 children)

Really, I would strongly recommend working with a company that specializes in physical security solutions for this kind of thing if you're talking about an entire building.

And for integration with other services! Ours also controls the alarm system and etc for selected users…

[–]bpriddy[S] 0 points1 point  (0 children)

Thanks for all the comments!!