Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 1.29 KB

File metadata and controls

61 lines (43 loc) · 1.29 KB

Multiconnect


This project is still in Development and does not fully work

Sync Android and Linux (maybe Windows?) devices

How to build/run

First clone the repo then cd into it.

Desktop

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 dev

Client

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