Sync Android and Linux (maybe Windows?) devices
First clone the repo then cd into it.
You can use MC_LOG={trace|debug|info|warn|error}
to change the loglevel.
You can also specify the config directory with MC_CONFIG_DIR=<dir>
. These work on both the client and the daemon.
Daemon
You can specifiy which port to run the daemon on (for the local TCP socket not the p2p port) with MC_PORT=<port>
$ cd multiconnect-daemon
$ cargo run dev
Client
You can specific what port the daemon you want to connect to is runnig on with MCD_PORT=<port>
$ cargo tauri dev