Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 908 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 908 Bytes

Door_Access_Emulator

A small program that shows a basic door access system

This is a small WPF/C# program that emulates a door access system. There are buttons for 0-9 as well as "Cancel", "Enter" and "Reset Code" which allow all the usual operations a door access system is capable of 🔑

I built this using Caliburn.Micro for my MVVM framework 🙌 👨‍💻

The program allows for the entering of a pin and will tell you whether the pin is correct or not after clicking the enter button. If you're pin is accepted, you can either wait for the "lock" to become activated again or press the reset code button. This allows a new four digit pin to be entered.

Here is a short GIF of the program in use:

By the way, the default code is 1234