This is service for emulate real fiscal printer device.
You can test your software integrated with fiscal devices without any costs.
Service is written as pluginable and end user can select which plugins he (or she) needs.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
To run this application you need:
- dotnet core version 2.2 or above
- Fiscal Printer Simulator Client * (nice to have - to check output of running commands)
- Diagnostic tool for simulate curent protocol POS calls.
Steps:
- run command
dotnet restore
on root directory to restore all needed dependencies
- Just run command
dotnet test
on root directory
-
- - Thermal [Documentation]
- - Posnet [Documentation]
- - New XML Protocol [Documentation]
- Fleck - lightweight library to websocket communication
- Newtonsoft.Json - simple but verry good Json parser
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Michal Wojcik - Initial work - WojcikMM
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details