aranya-daemon 0.6.2

Daemon process for syncing with Aranya peers and maintaining the DAG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    // The daemon's name.
    "name": "name",

    // The daemon's working directory.
    //
    // Must already exist.
    "work_dir": "/var/lib/work_dir",

    // Used to receive API requests from the user library client.
    "uds_api_path": "/var/run/uds.sock",

    // The path where the daemon should write its PID file.
    "pid_file": "/var/run/hub.pid",

    // Aranya sync server address.
    "sync_addr": "0.0.0.0:4321",
}