> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# WebSocket (/ext/frontpanel)

> WebSocket (/ext/frontpanel)

# WebSocket (/ext/frontpanel)

Remotely controls a front panel for an XBOX One X Devkit.

* [Send messages](#ID4ET)
* [Receive messages](#ID4E1)

<a id="ID4ET" />

## Send messages

Strings can be send indicating that front panel buttons should be pressed. The strings should be from the following set:

Up, Down, Left, Right, or Select to control navigation
One, Two, Three, Four, Five to press one of the five buttons
Switch to simulate a long press of the Select button (toggling between Title and System mode).

<a id="ID4E1" />

## Receive messages

The websocket will return an image buffer which an be processed to show the contents of the front panel display. The buffer is send in 4bpp.

## See also

<a id="ID4EEB" />

##### Parent

[/ext/frontpanel](/reference/deviceportal/frontpanel/uri-extfrontpanel)
