Scripts for CredoID "Scripting" module
Go to file
Aivaras J. 3d66e95f80 Update 'README.md' 2022-06-14 08:28:07 +00:00
Access_level_use_limit script udpate regarding awaits removed from context 2020-08-28 17:06:42 +03:00
Active_directory_import README.md edited online with Bitbucket 2020-05-07 13:19:42 +03:00
Card_number_to_hex formatting update 2020-05-14 16:44:58 +03:00
SignalRClientExample signalR example 2020-10-23 11:22:43 +03:00
Users_monitor_in_csharp Update 'Users_monitor_in_csharp/Users_monitor' 2022-04-07 14:40:38 +00:00
Vue source code small demo scripts style updates 2020-07-20 11:45:00 +03:00
access_level_use_limit_c# Update 'access_level_use_limit_c#/AlsResetScript.cs' 2022-06-13 10:57:54 +00:00
carParking vue script update 2020-03-12 10:13:48 +02:00
door-control small demo scripts style updates 2020-07-20 11:45:00 +03:00
elevator Script updated for CredoID v4.3.74 2021-03-24 14:09:48 +02:00
live-latest-events Initial 2020-02-18 15:22:14 +02:00
parking-occupancy-managment Add 'parking-occupancy-managment/readme.md' 2022-05-16 13:59:11 +00:00
users_monitor small demo scripts style updates 2020-07-20 11:45:00 +03:00
README.md Update 'README.md' 2022-06-14 08:28:07 +00:00

README.md

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. IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework.

Contents:

C#

  • User monitor in csharp - script that shows user data on access grant.
  • Parking occupancy managment - script that allows to manage parking spaces using access level limits in companies
  • Access level use limit - allow to limit entry count incorporating schedules and doors

IronPython OBSOLETE

  • 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.