We offer many ready-to-use apps, among them a serial-over-IP (SoI) app and Modbus Gateway app.
This project implements a very simple access control device. The LTPS is equipped with Tibbit #08 (Wiegand and clock/data interface) and receives card codes from an external RFID card reader. The project allows you to enroll "users", i.e. save user names and their ID codes into the database, and then verify the cards you read against existing database records. If you read a card and its ID code matches any ID code from the database, the terminal "grants access" (turns the blue LED on). If this ID code is not in the database, the terminal "denies access" (turns the red LED on).
Although extremely simple, this project demonstrates all key techniques that are essential to building access control solutions with LTPS.
Other notable features of this project:
* In this test arrangement blue and red LED Tibbits are used to indicate "Access granted" and "Access denied".
* The module is written in C++. During the app installation, a precompiled version will be installed from Tibbo's GitHub. In case you want to install the module from NPM, build-essential must be installed on the device as well.
git clone https://github.com/tibbotech/wiegand-demo.git cd wiegand-demo npm install .
node app0
node app
The web interface has three tabs:
To enroll a user:
This tab displays all the records you've created. It also allows you to delete user records.
This tab displays access control events in real time.