Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/it-delinquent/door_access_emulator

A small program that shows a basic door access system
https://github.com/it-delinquent/door_access_emulator

c-sharp caliburn caliburn-micro costura costura-fody csharp csharp-code fody fodyweavers mvvm mvvm-architecture mvvm-pattern programming simulation windows windows-presentation-foundation wpf wpf-application wpf-ui

Last synced: 6 days ago
JSON representation

A small program that shows a basic door access system

Awesome Lists containing this project

README

        

# 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](https://github.com/Caliburn-Micro/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:

![](https://github.com/IT-Delinquent/Door_Access_Emulator/blob/master/Door_Access_Emulator_GIF.gif)

By the way, the default code is 1234