No description
This repository has been archived on 2025-07-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2022-06-21 14:58:03 -05:00
cmd/xbone_on Update the README files for better display on GitHub 2018-07-30 23:00:20 -05:00
.gitignore Initial commit 2017-06-16 08:56:58 -05:00
LICENSE Initial commit 2017-06-16 08:54:15 -05:00
README.md Update 'README.md' 2022-06-21 14:58:03 -05:00
xbone.go Added package documentation for godoc 2018-07-30 22:29:08 -05:00

xbone

DEPRECATED: This library is not under active development. Check out the OpenXbox group's efforts for up-to-date work and far more functionality!

Library for controlling an Xbox One

This library (and associated command) will send a command to an Xbox One over the local network to wake it up. To make use of it:

EXAMPLE

To see an example, check the main.go file in the cmd/xbone directory

TODO

This library can currently only power on an Xbox One. Further interactions require an authenticated session with the device which hasn't been worked out. It is unlikely that I'll ever get around to doing that since powering on the device was my only goal. Contributions accepted if you get it worked out.

Inspiration

The method for packing the network request came from Scheamper/xbox-remote-power