FrancescoCaracciolo / KeyboardDeck-Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeyboardDeck-Server

This is the server app for KeyboardDeck-App. For downloads and installation, please refer to the README.md of the main project.

Technical details

The app makes UDP json-formatted requests to the server using this Requests structure

Building binaries

Everything you need to build binaries is contained in BinaryBuild folder, just run the build*.* executable on your OS after building the binaries.

Running the script

You need python3 installed, then you install the needed modules with

pip install -r requirements.txt

To run the graphical interface you can run:

python3 main.py

To run the main server on cli, run

python3 server.py

To run the capture script (it must be run on the PC the keyboard is attached to), use:

python3 capture.py

In both server.py and capture.py, the ip addresses and ports must be edited from the file

About


Languages

Language:Python 94.0%Language:Dart 2.9%Language:Shell 2.1%Language:Batchfile 0.9%