Update 'README.md'

This commit is contained in:
Aivaras J. 2021-07-22 12:00:37 +00:00
parent cc5056896c
commit 4fd000a002
1 changed files with 7 additions and 3 deletions

View File

@ -1,11 +1,13 @@
![](https://demo.credoid.com/assets/credoid_logo.svg)
## DEPRECATION NOTICE
Scripts written in `IronPython` are no longer supported from version `4.5.0` and up. Use `C#` examples instead.
# Scripting examples
Feel free to use our examples as base for improving or writing your own scripts. Written using IronPython.
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:
### Contents:
#### IronPython
- 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.
@ -14,3 +16,5 @@ Contents:
- 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.
#### C#
- User monitor in csharp - script that shows user data on access grant.