bfde6c03dc
* release/v0.4.2: (31 commits) Bump version to 0.4.2 Archive Cargo.lock Absolute path to cargo2junit Install cargo2junit in test build whoops Ah yes, why bother with correct documentation anyway? Move rustup/cargo install to only the jobs that need them Allow rustfmt failure until we fix capnp gen being fmt'ed ... okay I guess? rustup actually we don't need clippy for non-MR things okay gitlab, be that way and use stable goddamit okay make builds work better for merges Actually, only build if linting checks out. And make Gitlab CI work. Try to get the Gitlab CI to cooperate. Build test harnish as part of the `build` step Make docker containers only be built when necessary Correct gitlab-ci.yml ... |
||
---|---|---|
.cargo | ||
.idea | ||
api | ||
bffhd | ||
bin/bffhd | ||
docs | ||
examples | ||
modules/sdk | ||
runtime | ||
tools | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
Dockerfile | ||
i18n.toml | ||
INSTALL.md | ||
LICENSE | ||
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!