-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Now the following code decides the site id of A or B.
This will not work when we have more than 2 nodes in the system.
Please add local and remote as string to key protobuffer message.
message Key {
bytes key = 1;
uint64 seqID = 2;
string localId = 3;
string remoteId = 4;
}
LocalId and remoteId is the id of dummy driver, it is set in the dummydriver.json when we run dummy driver.
Please figure out by yourself how to change the code in cqptoolkit to pass the local id and remote id to OpenQKDNetwork.
Metadata
Metadata
Assignees
Labels
No labels