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
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
022ab724a9
commit
6107ffe99d
File diff suppressed because one or more lines are too long
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user