Sync Android and Linux (maybe Windows?) devices
First clone the repo then cd into it.
You can specify the config directory with MC_CONFIG_DIR=<dir>. This works on both the client and the daemon.
Requirements
Usage: multiconnectd [-p <port>] [--log-level <log-level>]
Sync devices
Options:
-p, --port specify the port of the daemon to run on (default 10999)
--log-level specify the log level (default is info)
{trace|debug|info|warn|error}
-h, --help display usage information
$ cd multiconnect-daemon
$ cargo run devClient
Usage: multiconnect [-p <port>] [--log-level <log-level>]
Sync devices
Options:
-p, --port specify the port of the daemon to connect to (default 10999)
--log-level specify the log level (default is info)
{trace|debug|info|warn|error}
-h, --help display usage information
$ yarn install # Only have to run this once
$ cargo tauri dev