Manual: listnodes

[English | Japanese]
last-updated: January 3, 2008

NAME

listnodes - list nodes on an overlay

SYNOPSIS

owlistnodes [-t UDP|TCP] [-r] [-s [<self address>[:<port>]]|<port>] <host>[:<port>] [<port>]

owlistnodes -h

DESCRIPTION

List nodes on an overlay. Traverse nodes from the specified node and show URLs to access found nodes.

OPTIONS

If an invalid option or -h is specified, the command shows help messages.

-t < UDP|TCP>
Use the specified transport protocol. If no protocol is specified, UDP is used.
-r
Show found nodes in the Overlay Weaver's raw form, which is a pair of hostname and a port number (<hostname>:<port>) a node uses to communicate each other.
-s [<self address>[:<port>]]|<port>
Use the specified address as the address of the node being invoked itself. If not specified, DHT shell detects its own address automatically. But this option is useful on a computer with multiple IP addresses or inside a NA(P)T router.

Return to Documents page
Return to Overlay Viewer main page