Giter Site home page Giter Site logo

entangle's Introduction

entangle

Spooky input device action at a distance

Build

Required dependencies:

  • libudev (found in systemd-libs, or libudev1)
  • rust
  • cargo

Build command:

cargo build

Usage

First, you need to pair your server, which hosts the input devices; and the client, which receives the input.

To do that, run:

sudo cargo run --bin pair -- -l

on the server, which will tell you the server port. Then run

sudo cargo run --bin pair -- -s <server ip>:<server port>

on the client machine, and follow the instructions.

After the machines are paired, you just need to start the server and client daemons with:

sudo cargo run --bin daemon -- server

and

sudo cargo run --bin daemon -- client -s <server ip>

respectively. Input will be forwarded as long as the daemons are running.

TODOs

  • Detect server/client death, and automatic reconnect.
  • Daemonization

Known bugs

  • Hot-plugging devices doesn't work currently.

entangle's People

Contributors

yshui avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

soniex2

entangle's Issues

IPv6 support

Our LAN is IPv6-only (we have a weird 464XLAT setup on our home network, there is no IPv4 between LAN devices) and this just doesn't work here.

License

Uhh can we have a license?

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.