Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/istador/ojds-nx
Listens on a modded Switch on port 56709/tcp and responds the current controller state. This is a fork that uses docker to build it.
https://github.com/istador/ojds-nx
controller homebrew nintendo-switch server
Last synced: about 1 month ago
JSON representation
Listens on a modded Switch on port 56709/tcp and responds the current controller state. This is a fork that uses docker to build it.
- Host: GitHub
- URL: https://github.com/istador/ojds-nx
- Owner: Istador
- License: gpl-3.0
- Created: 2022-07-08T22:12:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T22:43:07.000Z (about 2 years ago)
- Last Synced: 2024-01-28T00:59:12.096Z (11 months ago)
- Topics: controller, homebrew, nintendo-switch, server
- Language: C++
- Homepage: https://git.nicholemattera.com/NicholeMattera/OJDS-NX
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Joystick Display Server NX
This is a very simple system module that listens for Open Joystick Display to request controller inputs, and then send back the controller inputs to be displayed. To install simply put the contents of the zip file in the root of your SD card. Thanks to Jakibaki for most of the code in this and for the help on Discord. For more information on Open Joystick Display: [Click Here](https://ojdproject.com/)
# Mappings
| Button | Index |
|--------|-------|
| A | 0 |
| B | 1 |
| X | 2 |
| Y | 3 |
| L3 | 4 |
| R3 | 5 |
| L | 6 |
| R | 7 |
| L2 | 8 |
| R2 | 9 |
| PLUS | 10 |
| MINUS | 11 |
| LEFT | 12 |
| UP | 13 |
| RIGHT | 14 |
| DOWN | 15 |