Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Tool ¶
type Tool struct {
// contains filtered or unexported fields
}
func (*Tool) DvStatus ¶
Sends an Interest to the localhost NLSR status endpoint, retrieves the corresponding Data packet, and parses it into a DV Status object.
func (*Tool) RunDvLinkCreate ¶
Registers a permanent route in the NDN router's RIB with a protocol-specific prefix (`/localhop/<network>/DV/ADS/ACT`) for distance-vector routing, using the specified face.
func (*Tool) RunDvLinkDestroy ¶
Destroys an NDN face specified by the given face ID or URI using the nfdc tool.
func (*Tool) RunDvStatus ¶
Retrieves and prints the current Distance Vector (DV) routing protocol status, including router version, network names, and routing table statistics.
Click to show internal directories.
Click to hide internal directories.