https://github.com/loopj/sigrok-joybus-decoder
Sigrok protocol decoder for the Joybus (N64 and GameCube controller) protocol
https://github.com/loopj/sigrok-joybus-decoder
Last synced: 4 months ago
JSON representation
Sigrok protocol decoder for the Joybus (N64 and GameCube controller) protocol
- Host: GitHub
- URL: https://github.com/loopj/sigrok-joybus-decoder
- Owner: loopj
- License: mit
- Created: 2025-03-06T23:48:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-27T21:02:08.000Z (about 1 year ago)
- Last Synced: 2025-06-24T02:38:39.757Z (12 months ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sigrok Decoder for Joybus Protocol
Sigrok protocol decoder for the Joybus protocol, used by N64 and GameCube controllers.
Adds Joybus protocol decoding support to [sigrok](https://sigrok.org), [PulseView](https://sigrok.org/wiki/PulseView), [DSView](https://github.com/DreamSourceLab/DSView), and other tools built on `libsigrokdecode`.
## Screenshot

## Installation
### PulseView and sigrok-cli
Copy the `joybus` directory to your local `decoders` directory, creating it if it doesnt exist.
- Linux: `~/.local/share/libsigrokdecode/decoders`
- Windows: `%LOCALAPPDATA%\libsigrokdecode\decoders`
### DSView
Copy the `joybus` directory to the `decoders` directory in the DSView installation directory.