Lists nodes that are connected to your node.   `Command syntax:` ```actionscript node connections -net <net_name> ``` `Options:` ```actionscript -net - name of the Cellframe Network. The list of networks can be found in the <Config_dir> \ etc \ network folder or received by The Cellframe-Node-CLI using command - net list ``` ### CLI Example `Command:` ```actionscript cellframe-node-cli node handshake -net mileena ``` `Response:` ```actionscript Count links: 6 Uplinks: 3 --------------------------- | ↑\↓ |    #    |    IP        |    Port    | |  ↑  |    1    |    206.189.54.151            |    8199    | |  ↑  |    2    |    192.241.186.245          |    8199    | |  ↑  |    3    |    159.223.85.13              |    8199    | Downlinks: 3 --------------------------- | ↑\↓ |    #    |    IP        |    Port    | |  ↓  |    1    |    206.189.54.151            |    1824    | |  ↓  |    2    |    192.241.186.245          |    1824    | |  ↓  |    3    |    159.223.85.13              |    1824    | ``` ### JSON-RPC Example ![[JSON-RPC Request - NODE CONNECTIONS]]