All Projects → mrautio → emvpt

mrautio / emvpt

Licence: Zlib license
Minimum Viable Payment Terminal

Programming Languages

rust
11053 projects
Nix
1067 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to emvpt

Quantum Circuit
Quantum Circuit Simulator implemented in JavaScript
Stars: ✭ 157 (+685%)
Mutual labels:  simulator
Record Ios Simulator
A script to start and stop video recordings from the iOS Simulator as easily as taking a screenshot.
Stars: ✭ 218 (+990%)
Mutual labels:  simulator
SS3D
Space Station 3D, another remake of SS13, but with an extra D.
Stars: ✭ 180 (+800%)
Mutual labels:  simulator
Dramsim2
DRAMSim2: A cycle accurate DRAM simulator
Stars: ✭ 166 (+730%)
Mutual labels:  simulator
Elfi
ELFI - Engine for Likelihood-Free Inference
Stars: ✭ 208 (+940%)
Mutual labels:  simulator
Forth Cpu
A Forth CPU and System on a Chip, based on the J1, written in VHDL
Stars: ✭ 244 (+1120%)
Mutual labels:  simulator
Psu Firmware
Firmware for programmable bench power supply EEZ H24005
Stars: ✭ 144 (+620%)
Mutual labels:  simulator
yates
YATES (Yet Another Traffic Engineering System)
Stars: ✭ 46 (+130%)
Mutual labels:  simulator
Simulator
📱 Navigate to your app folders quickly
Stars: ✭ 216 (+980%)
Mutual labels:  simulator
SiEPIC Photonics Package
A Python (v3.6.5) package that provides a set of basic functions commonly used in integrated photonics.
Stars: ✭ 22 (+10%)
Mutual labels:  simulator
Metroboy
MetroBoy - A playable, circuit-level simulation of an entire Game Boy
Stars: ✭ 169 (+745%)
Mutual labels:  simulator
Survivor
Toolset for SV simulation, comparison and filtering
Stars: ✭ 180 (+800%)
Mutual labels:  simulator
Awesome Carla
👉 CARLA resources such as tutorial, blog, code and etc https://github.com/carla-simulator/carla
Stars: ✭ 246 (+1130%)
Mutual labels:  simulator
Airsim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
Stars: ✭ 12,528 (+62540%)
Mutual labels:  simulator
ai-learning-environments
List of environments and competitions for RL and AI training
Stars: ✭ 14 (-30%)
Mutual labels:  simulator
Cpu60
Example of CPU simulation in software
Stars: ✭ 152 (+660%)
Mutual labels:  simulator
Iosdebugdatabase
make it easy to debug databases in iOS applications iOS debug database
Stars: ✭ 219 (+995%)
Mutual labels:  simulator
anyfesto
Low cost Raspberry Pi /Linux based access point with audio, education and communications local content server. Inspired by the ideas of sharing with others. Anyfesto - a platform from which to speak.
Stars: ✭ 66 (+230%)
Mutual labels:  chip
snmpman
Easy massive SNMP-agent simulation with the use of simple YAML files
Stars: ✭ 28 (+40%)
Mutual labels:  simulator
Mipt Mips
Cycle-accurate pre-silicon simulator of RISC-V and MIPS CPUs
Stars: ✭ 250 (+1150%)
Mutual labels:  simulator

Build and test

emvpt - Minimum Viable Payment Terminal

Project's intention is to support simple EMV transaction cases for chip and contactless/NFC.

Terminal simulator run

Note!

  • You'll need a smart card reader device.
  • If you need a test payment card, you can check emv-card-simulator project out.
terminalsimulator$ cargo run -- --help

Library

emvpt$ cargo test

Docker

docker build -t emvpt -f Dockerfile . && docker run --rm -t emvpt

Update dependencies

Run the GitHub Actions Workflow.

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].