English | 简体中文
Inspired by changkun's midgard project
- data backup
- data share between more one devices
- multiusers
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
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
- fundamental communicaion
- multi platforms
- more than one users
- file backup
- file share