Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Tool ¶ added in v1.4.3
type Tool struct {
// contains filtered or unexported fields
}
func (*Tool) DvStatus ¶ added in v1.4.3
(AI GENERATED DESCRIPTION): Queries the local Dv service status by expressing a fresh interest on the name `localhost/nlsr/status`, waits for the returned Data packet, parses its content into a `spec_dv.Status` object, and returns that status.
func (*Tool) RunDvLinkCreate ¶ added in v1.4.3
(AI GENERATED DESCRIPTION): Registers a permanent NDN route for the supplied face, using a prefix that combines the router’s localhop network name with the DV/ADS/ACT keyword components.
func (*Tool) RunDvLinkDestroy ¶ added in v1.4.3
(AI GENERATED DESCRIPTION): Destroys an NFD face by executing the `faces destroy` command with the specified face identifier.
func (*Tool) RunDvStatus ¶ added in v1.4.3
(AI GENERATED DESCRIPTION): Retrieves the DV router status and prints general status metrics to stdout.