added language bindings, python implementation and docs for the feature add
root node
This commit is contained in:
@@ -9,3 +9,6 @@ if __name__ == "__main__":
|
||||
# Add custom information to the network
|
||||
if AddCustomInformation("Test"):
|
||||
print("It worked")
|
||||
|
||||
if AddRootNode("0.0.0.0", "8081"):
|
||||
print("It worked for adding root node")
|
||||
|
||||
Reference in New Issue
Block a user