Skip to content

Repository files navigation

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

About

Sync linux and android devices

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages