Server Application of the FabAccess Project
Go to file
Kai Kriegel 371a9bb8e4 running apt-get update helps 2022-02-15 21:15:05 +00:00
.idea Add .idea files to .gitignore 2021-02-22 17:25:52 +01:00
examples Fix URN 2021-12-05 23:38:05 +01:00
schema@c855646a90 Fix Machines using their name instead of their id 2021-12-05 18:53:02 +01:00
src Set previous user on all state changes if required 2021-12-05 23:43:36 +01:00
.gitignore Ignore IDEA setting files 2021-03-23 14:24:48 +01:00
.gitlab-ci.yml running apt-get update helps 2022-02-15 21:15:05 +00:00
.gitmodules Update schema to latest main 2021-09-19 15:58:37 +02:00
CHANGELOG.md Release 0.2.0 2021-02-23 11:44:04 +01:00
CONTRIBUTING.md Add feature requests text to CONTRIBUTING.md 2021-09-19 15:58:14 +02:00
Cargo.lock Lock! 2021-12-01 15:47:28 +01:00
Cargo.toml Make machine correctly load state and set previous/current use in API 2021-12-01 15:46:52 +01:00
Dockerfile use buster based rust image 2021-12-14 00:38:34 +00:00
INSTALL.md A sprinkle of "documentation". 2021-02-23 11:41:37 +01:00
LICENSE Add information files 2020-02-22 14:57:46 +01:00
README.md A sprinkle of "documentation". 2021-02-23 11:41:37 +01:00
build.rs Fix clippy lints 2021-09-19 19:48:16 +02:00
cargo-cross-config lets try armv6 again 2022-02-14 23:34:30 +00:00
connection-state.dot Better Connection handling and some ideas 2020-05-10 17:23:43 +02:00
draft-fabaccess-protocol.md Message order flip 2020-05-14 23:19:26 +02:00
state.dot cleanup 2021-09-21 22:57:50 +02:00

README.md

FabAccess Diflouroborane

Diflouroborane (shorter: BFFH, the chemical formula for Diflouroborane) is the server part of FabAccess. It provides a server-side implementation of the FabAccess API.

What is this?

FabAccess is a prototype-grade software suite for managing access, mostly aimed at Makerspaces, FabLabs, and other open workshops. It is designed to allow secure access control to machines and other equipment that is dangerous or expensive to use. It tries to also be cheap enough to be used for all other things one would like to give exclusive access to even when they are not dangerous or expensive to use (think 3D printers, smart lightbulbs, meeting rooms).

FabAccess uses a Client/Server architecture with a Cap'n Proto API. You can find the API schema files over in their own repository. The reference client is Borepin, written in C#/Xamarin to be able to be ported to as many platforms as possible.

Installation

See INSTALL.md

Contributing

See CONTRIBUTING.md. Thanks!