Understand how joinsite works in CQPToolkit.
Basically we run the following steps to start key generation/join site
- Run siteagent on node A
- Register dummy driver A to node A
- Run siteagent on node B
- Register dummy driver B to node B
- Join two sites A and B
Please read the source code of cqptoolkit to understand the diagram in cqptoolkit-openqkd-integration.pdf.
The major classes are,
- SiteAgent.cpp
- SiteAgentCtrl.cpp
- RemoteQKDDevice.cpp
- SessionController.cpp