Update 'README.md'

This commit is contained in:
Aivaras J. 2021-03-19 12:19:45 +00:00
parent 8cef7efd1a
commit 988a149f18
1 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,16 @@
# CredoID scripting examples
![](https://demo.credoid.com/assets/credoid_logo.svg)
Scripting examples for CredoID ACS system
# Scripting examples
Feel free to use our examples as base for improving or writing your own scripts. Written using IronPython.
[IronPython](https://ironpython.net/ "IronPython") is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework.
Contents:
- Access level use limit - fully working script. This script allows you to limit entry to selected entry points according to a schedule.
- Active directory import - import users from AD.
- Card number to hex - simple script to convert card number to hex.
- Signal IR client - example of Signal IR implementation using C#.
- Door control - demo script. Allows to control assigned door groups. Separated process with own http daemon.
- Elevator - incorporate elevator control with HID devices.
- Live latest events - simple script that shows live events from CredoID. Separated process with own http daemon.
- Users monitor - script that shows user data on access grant. Separated process with own http daemon.