Documentation
¶
Overview ¶
Package fch provides a simple NDN-FCH client. https://github.com/11th-ndn-hackathon/ndn-fch
Index ¶
Constants ¶
View Source
const ( DefaultServer = "https://fch.ndn.today" DefaultTransport = "udp" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct {
// Server is NDN-FCH server base URI.
Server string `schema:"-"`
// Transport specifies a transport protocol.
Transport string `schema:"cap"`
// Count specifies number of requested routers.
Count int `schema:"k"`
// Network specifies desired network operator.
Network string `schema:"network,omitempty"`
}
Request represents an NDN-FCH request.
Click to show internal directories.
Click to hide internal directories.