2017-12-27 23:30:08 +01:00
2017-11-07 23:57:10 +01:00
2017-12-24 03:35:13 +01:00
2017-09-10 22:56:03 +02:00
2016-03-29 01:48:37 +02:00
2017-12-23 19:24:13 +01:00

Agent logo & text

Build Status Build status

Agent is the configuration application of the Ultimate Hacking Keyboard.

Give it a whirl!

Two builds to rule them all

It's worth mentioning that Agent has two builds.

The electron build is the desktop application which is meant to be used if you have an actual UHK at hand. It starts with an opening screen which detects your UHK. You cannot get past this screen without connecting a UHK via USB.

The web build is meant to be used for demonstation purposes, so people who don't yet own a UHK can get a feel of Agent and its capabilities in their browser. Eventually, WebUSB support will be added to the web build, making it able to communicate with the UHK. Given the sandboxed nature of browers, the web build will always lack features that the electron build offers, so this won't make the electron build obsolete.

The two builds share code as much as possible.

Building the electron application

First up, make sure that node >=8.1.x and npm >=5.1.x are installed on your system. Next up:

# Execute the following line on Linux. Use relevant package manager and package names on non-Debian based distros.
apt-get install libusb-dev libudev-dev g++

git clone git@github.com:UltimateHackingKeyboard/agent.git
cd agent
npm install
npm run build:electron
npm run electron

At this point, Agent should be running on your machine.

Developing the web application

  • The frontend code is located in packages/uhk-web/
  • Run the project locally with npm run server:web
  • View the app at http://localhost:8080
  • The app will automatically reload when you make changes

Contributing

Wanna contribute? Please let us show you how.

Description
No description provided
Readme 37 MiB
Languages
TypeScript 74.7%
HTML 9.7%
JavaScript 6.6%
SCSS 4.4%
CSS 4.3%
Other 0.2%