diff --git a/README.md b/README.md index defd617..3559402 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,5 @@ See: * [server](/server): a service to run on a device near your Switch (full API docs are there) * [client](/website-client): a website for your friends to "connect" to your Switch -# Issues -* Be careful not to press Ctrl+W (LStick Up + A) while playing! (will get addressed eventually) - # Acknowledgements A very special thank you to https://github.com/mart1nro/joycontrol for the very conveninent and full API and the acknowledgements there as well for so much of the great research into how to communicate with the Switch. diff --git a/website-client/client.html b/website-client/client.html index 4ea06b2..d683603 100644 --- a/website-client/client.html +++ b/website-client/client.html @@ -5,343 +5,438 @@ Switch Remoteplay + integrity="sha256-yr4fRk/GU1ehYJPAs8P4JlTgu0Hdsp4ZKrx8bDEDC3I=" crossorigin="anonymous"> + integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"> -
-
-
- - -

-

Left Control Stick: WASD

-

X:▲, Y: ◀, B:▼, A:▶

-

Arrows: Shift+WASD

-

Right Stick: Shift+▲◀▼▶

- Nintendo Switch Controller +
+
+
+ + +
+ +
+
+ +

+

Connection status:

+

Send mode:

+
+ +

Status:

+
- -
-
- -

-

Connection status:

-

Send mode:

-
- -

Status:

+
+
+
+
-
-
+ +
+
+
+

L: Q, ZL: Shift+Q

+

-: Z

+

Left Control Stick: WASD

+

Arrows: Shift+WASD

+

Capture: C

+
+
+

R: E, ZR: Shift+E

+

+: X

+

X: ▲, Y: ◀, B:▼, A:▶

+

Right Stick: Shift+▲◀▼▶

+

Home: V

+
+
+ Nintendo Switch Controller +
+
+

URL Parameters for this page

+

+ a: The server address of the host that will send commands to the Switch. +

+

+ c: Use "c=true" to connect to the server automatically. + Defaults to "c=false" to not connect to the server automatically. +

+

+ s: Use "s=true" to enable sending commands automatically. + Defaults to "s=false" to not automatically send commands. +

+

+ mixerChannel: The channel name for a Mixer stream to start playing. +

+
+ \ No newline at end of file