Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months ago
JSON representation
A small program that shows a basic door access system
- Host: GitHub
- URL: https://github.com/it-delinquent/door_access_emulator
- Owner: IT-Delinquent
- Created: 2020-01-16T15:53:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T11:35:11.000Z (3 months ago)
- Last Synced: 2024-10-17T17:13:04.973Z (2 months ago)
- Topics: 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
- Language: C#
- Size: 231 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Door_Access_Emulator
### A small program that shows a basic door access systemThis 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
[mharwood.uk](https://mharwood.uk)