Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 |