A library to connect to the MSB of VirtualFortKnox


Keywords
VFK
License
Apache-2.0
Install
pip install msb_client==0.7.4

Documentation

MSB client implementation

Use this client lib to implement your own client for the MSB. See the client examples for how to use this client lib.

Use PIP to install this client:

pip install msb-client

After installing the client take one of the examples and create you own client protocol. There are three ways to initiate an action:

  • implement an own version of the protocols on_init() method to do something after the successfull connection to the MSB
  • create events which can either be trigged right on startup or with another reactor pattern like shown in examples/barcode_scanner.py
  • create functions and define an action to be taken in its callback