Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/progzone122/aegis-2067usb-protocol
Reverse-engineering the USB protocol for the AULA Aegis 2067usb (a.k.a F2067) keyboard to enable direct communication with its controller and change settings without using the official software.
https://github.com/progzone122/aegis-2067usb-protocol
2067usb aegis aula f2067 keyboard protocol reverse-engineering usb usb-hid usb-hid-devices
Last synced: 6 days ago
JSON representation
Reverse-engineering the USB protocol for the AULA Aegis 2067usb (a.k.a F2067) keyboard to enable direct communication with its controller and change settings without using the official software.
- Host: GitHub
- URL: https://github.com/progzone122/aegis-2067usb-protocol
- Owner: progzone122
- Created: 2024-10-29T13:44:12.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2024-10-31T07:34:36.000Z (15 days ago)
- Last Synced: 2024-10-31T08:25:14.815Z (15 days ago)
- Topics: 2067usb, aegis, aula, f2067, keyboard, protocol, reverse-engineering, usb, usb-hid, usb-hid-devices
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AULA Aegis 2067usb protocol reverse engineering
Reverse-engineering the USB protocol for the AULA Aegis 2067usb (a.k.a F2067) keyboard to enable direct communication with its controller and change settings without using the official software.#### Reverse engineering with love from [DiabloSat](https://github.com/progzone122) 💖
## Protocol
- [Get started](get_started.md)
- [Protocol Docs](protocol/main.md)### Tools that have been used for reverse engineering
- [Official software (driver) for Aegis 2067usb keyboard](https://github.com/progzone122/aegis-2067usb-official-software)
- [Wireshark](https://github.com/wireshark/wireshark)
- [USBPcap](https://github.com/desowin/usbpcap)
- [LibUSB](https://github.com/libusb/libusb)
- [PyUSB](https://github.com/pyusb/pyusb)