Cross platform desktop MacroKeys server.
- 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
- Install the server, the editor and the Android App
- Create a MacroKeys using the editor
- Connect the client app to the server (using Bluetooth or Wifi)
- Start sending keystrokes to the server
This project is built with maven so you need to install the maven cli to run it.
To execute simply use
mvn exec:java
mvn package
The output .jar
is in the ./target
directory.
This project is licensed under the GPL License see the LICENSE.md file for details