[][src]Crate cjdns_admin

CJDNS Admin lib

Modules

msgs

RPC messages.

Macros

cjdns_invoke

Helper macro to easily invoke remote function with arguments.

Structs

Arg

Remote function argument description.

ArgValues

Remote function argument values.

Args

Remote function arguments description.

Connection

Admin connection to the CJDNS node.

Func

Remote function description.

Funcs

List of available remote functions.

Opts

Connection options. Can be loaded from a config file.

Enums

ArgType

Remote function argument type.

ArgValue

Argument value (either integer or string).

Error

Error type for all cjdns admin operations.

ReturnValue

Remote function return value. Supports json-like data types.

Functions

connect

Connect to the running cjdns router instance. If opts is not provided, the default config file is read. or only specified config file name, the corresponding config file is read.

Type Definitions

ArgName

Argument name (alias to String).