Skip to content

Releases: leosac/access-control

Raspberry Pi cross-compiled 0.7.0

02 Feb 21:05
0529e6c
Compare
Choose a tag to compare

About this release

This is a cross-compiled build of the 0.7.0 version of Leosac targeting Raspbian Stretch.
This release is unconventional because it was cross-compiled using non-standard tools with regard to the
version of Debian (Stretch) we are building for.

Most dependencies have been cross-compiled, resulting in a heavy build.

How to install

It is important that the fakeroot lives at /opt/rpi_fakeroot.

  1. Download fakeroot.tar.xz.
  2. Decompress to .tar then extract tar : xz -d fakeroot.tar.xz && tar xvf fakeroot.tar -C /
  3. Download LEOSAC-0.7.0-Linux.tar.gz to /opt then tar xzvf LEOSAC-0.7.0-Linux.tar.gz

You should now be able to run leosac through bin/leosac.

Changes from 0.6.3

  • Most usable out of the box features are comparable to 0.6.3.
  • Configuration changed should not have changed much. The doc should be mostly
    up-to-date wrt config.
  • Many internal change.

Notes

Some part of system still need work before being usable and stable. However the modules already
present in 0.6.3 will work the same.

Some examples might be outdated. If you encounter issues with please open pull request or open issue.

0.6.3

18 Nov 18:17
Compare
Choose a tag to compare

This is a maintenance release.

Rpleth support is improved. It can now handle wiegand trame up to 64bits.

0.6.2

16 Sep 12:46
Compare
Choose a tag to compare

This release introduce 2 new modules: WS-Notifier and TCP-Notifier.
Those modules, when properly configured, let Leosac send Wiegand card number over the network, either to a webservice service, or to a TCP server.

Various small code cleanup also come for free with this release.

0.6.1

19 Aug 12:31
Compare
Choose a tag to compare

Version 0.6.1 is a maintenance version.
It fixes 2 bugs, #63 and #48 and slightly improve error reporting.

Upgrade notes:

The commit f2738d0 changes the configuration for the SysFsGPIO module. The __REPLACE_ME__ text that was acting as a internal placeholder has been replaced by __PLACEHOLDER__ which is less confusing for the end-user.
You need to update your configuration file if you are using the sysfsgpio module.

Notes:

You may need to add the "Jessie" Repositories to your APT sources list. Something similar to deb http://archive.raspbian.org/raspbian jessie main

0.6.0

21 May 09:27
Compare
Choose a tag to compare

Version 0.6.0 introduces master/slave mode.

0.5.1

06 Mar 18:13
Compare
Choose a tag to compare

Build a new version of libmcp23s17 to fix a bug with recent kernel.
See piface/libmcp23s17#8 for more infos.

0.5.0

06 Mar 14:52
Compare
Choose a tag to compare

This release improve what one can do with the authentication and doorman module.

It also provide a simple (but relatively basic) way of synchronizing config between Leosac, aswel as a (simple, not yet complete) remote configuration API.

0.4.1

22 Dec 15:29
Compare
Choose a tag to compare

This improves (ie heavily reduces) dependencies of the Debian packages.

v0.4.0

17 Dec 10:33
Compare
Choose a tag to compare

This is release 0.4.0.

Debian package are provided for armhf (raspberry pi) and amd64.

Please note that those packages don't live up to Debian's repositories package quality.
Some dependencies are bundled into those (namely, libzmq and zmqpp): be careful if you already have these libs installed on your system, as this package may override them (or cause conflict).

0.3.3

26 Aug 16:34
Compare
Choose a tag to compare
stable release