Skip to content

dmzlingyin/clipshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClipShare


English | 简体中文

image clipshare

Features

  1. data backup
  2. data share between more one devices
  3. multiusers

How To Run

Linux/Windows/MacOS

Server

1. git clone https://github.com/dmzlingyin/clipshare.git
2. cd clipshare
3. make server
4. ./clipshare server

Client

1. git clone https://github.com/dmzlingyin/clipshare.git
2. cd clipshare
3. make client
4. ./clipshare client

Android

Client

To build it, one must use gomobile. You may follow the instructions provided in the GoMobile wiki page.

gomobile build -v -target=android -androidapi 19 -o clipshare.apk cmd/gui/main.go

Modify the conf/server.yaml or conf/client.yaml based on your username、password etc.

ToDo

  • fundamental communicaion
  • multi platforms
  • more than one users
  • file backup
  • file share

Releases

No releases published

Packages

No packages published