Skip to content

SimoneCorazza/MacroKeysServer

Repository files navigation


MacroKeys Server · Build Status Quality Gate Status

Cross platform desktop MacroKeys server.

Features

  • Receive macro keys from the Android App
  • Communicate with Bluetooth and Wifi
  • Customize your keyboards with the editor
  • Trace every keystroke sent
  • Encrypted protocol for added layer of security

How To Use

  1. Install the server, the editor and the Android App
  2. Create a MacroKeys using the editor
  3. Connect the client app to the server (using Bluetooth or Wifi)
  4. Start sending keystrokes to the server

Build from source

Prerequisites

This project is built with maven so you need to install the maven cli to run it.

Executing

To execute simply use

mvn exec:java

Packaging

mvn package

The output .jar is in the ./target directory.

License

This project is licensed under the GPL License see the LICENSE.md file for details