Skip to content

TotalTaxAmount/multiconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

437 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •