Network is functioning, but identify is not okay -> ChaCha error and Netwrapper doesnt reach login (7)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
DESKTOP-DPA61F8\Benedek 2021-04-25 19:20:07 +02:00
parent 022ab724a9
commit 6107ffe99d
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -15,7 +15,7 @@ class NetWrapper:
def __init__(self, privateKey: RsaKey, clientAddress: str, username: str, serverPubKey: RsaKey,
serverAddr: str = 'A'):
# Create network_interface: network_interface(path, addr) path root is shared with network / addr is own address
self.network = network_interface('./', clientAddress)
self.network = network_interface('./../../netsim/network/', clientAddress)
self.serverAddr = serverAddr
self.username = username
self.privateKey = privateKey