added language bindings, python implementation and docs for the feature add

root node
This commit is contained in:
2025-04-28 23:15:35 +01:00
parent 51b253df15
commit 2283736cc6
7 changed files with 201 additions and 152 deletions

View File

@@ -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")