297fd3be7942225e24cc4a7ce7631e446b02dad4
* add dataModelVersion, usbProtocolVersion, slaveProtocolVersion * read the package.json at appstart * flash firmware * update firmware * fix extra resource path * fix import modules * update lock files * fix imports * terminal window * exclude tmp folder from git repo * ok button * auto scroll in xterm * fix maxTry count calculation * optimize logging * optimize timeout * readSync * Add extra delay * fix async call * fix error message in log * fix ok button disable state * retry * list devices * close device after reenumeration * retry snooze * kboot maxtry 10 * retry 100 * remove deprecated toPayload ngrx helper * flash firmware with custom file * fix tslint
Agent is the configuration application of the Ultimate Hacking Keyboard.
Set up instructions
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.
Contributing
Wanna contribute? Please let us show you how.
Description
Languages
TypeScript
74.7%
HTML
9.7%
JavaScript
6.6%
SCSS
4.4%
CSS
4.3%
Other
0.2%
