Code Monkey home page Code Monkey logo

cloud_clipboard's Introduction

Description

This is a clipboard shared at the same network segment.

It has the functions

  • client finds the server automatically.
  • The server has the authentication
  • The data encrypted

How to use

1. run from code build

1.1. build the code to exec app
//build server
go build server.go  
//build client
go build client.go
1.2. exec the app

No need assign the server ip for client(Client find the server by udp broadcast)

2. run from the pre-build app

github release

Tips [ IMPORTANT ]

Only one server can be run at a segment which run the same param.

But multi server can be run with the different params - cw/sw.

Usage of ./server_macos:
  -auth string
    	Server Auth Password. Cannot more than 32 char(256 bit) (default "cloud_clipboard_password")
  -cw string
    	Client Hello Word (default "Hello, is my clipboard?")
  -discoveryPort int
    	Discovery Service Port (default 9266)
  -port int
    	Server Port (default 5166)
  -sw string
    	Server Hello Word (default "Hey, brother, you are at the home of clipboard server.")

cloud_clipboard's People

Contributors

longshengwang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.