TODO - martinpaljak/jcardsim GitHub Wiki

Other noteworthy forks:

Things to fix:

Internals

[!TIP] It shall be a compile-time toolkit, think of it like "not spring, but micronaut"

  • clarify static/instance fields, threading and object isolation (threadlocals is not what is needed, a Simulator should be self-contained (but threadsafe))
  • get rid of RMI parts
  • get rid of Properties
  • get rid of "apdu script player" and CLI parts
    • "you don't test website front page functionality by replaying pcap-s"