Leosac  0.8.0
Open Source Access Control
Module: Rpleth

Documentation for how to use the Rpleth module.

Rpleth Module Documentation

Introduction

Welcome to the main documentation page for the Rpleth module. This page is about Rpleth from an end-user point of view.
It describes how to configure the Rpleth module for Leosac.

This module is for internal use, it's unlikely you will ever need it.

Configuration Options

Below are the configuration options available.

Options Description Mandatory
port Which port should we bind to ? YES
reader Name of the wiegand reader the module handles YES
stream_mode If enabled, should forward to client all card read NO (default to true)

Example

This is a example of Rpleth possible configuration for Rpleth module into Leosac:

<module>
<name>RPLETH</name>
<file>librpleth.so</file>
<level>100</level>
<module_config>
<port>4242</port>
<reader>MY_WIEGAND_1</reader>
<stream_mode>true</stream_mode>
</module_config>
</module>

Notes

Technical details of implementations is here.