From 28a0bc8c32d5e68f1a2ede45e8407a5f2f3acc64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 30 Jul 2024 18:20:03 +0200 Subject: Add network member to the node object Changelog: Add network member to the node object --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3b0397d..0cf5f21 100644 --- a/README.md +++ b/README.md @@ -173,11 +173,16 @@ Represents network/subnet, created by `subnet` command and used by `subnet`, `no #### node -Represents network node, created by `node` command and used by `spawn` or network configuration commands. +Represents network node, created by `node` command or implicitly by `spawn`, +and used by `spawn` or network configuration commands. Members: -`ip`: string representation of node's IP address. +`ip` +: String representation of node's IP address. + +`network` +: The network which the node belogs to. #### process @@ -185,7 +190,8 @@ Represents running process. Created by `spawn`, used by `send` and `expect` comm Members: -`node`: node on which the process is running +`node` +: Node on which the process is running. #### list -- cgit v1.2.3