Net
Last updated
Last updated
Description The subcommands can be used to interact with local p2p network connections.
Subcommands
— Start a new connection to a peer.
— Close an existing connection.
— Status of existing connection.
— Status of all existing peers.
Start a new connection to a peer.
(string) host
— The hostname:port to connect to (required).
No options required for this subcommand.
Connect to 'hostname:port'.
Close an existing connection.
(string) host
— The hostname:port to disconnect from (required).
No options required for this subcommand.
Disconnect from 'hostname:port'.
Status of existing connection.
(string) host
— The hostname:port to query status of connection (required).
No options required for this subcommand.
Given, a valid, existing 'hostname:port' parameter the above command returns a JSON response looking similar to the one below:
Status of all existing peers.
No parameters required fot this subcommand.
No options required for this subcommand.