• This repository has been archived on 20/Oct/2021
  • Stars
    star
    104
  • Rank 329,128 (Top 7 %)
  • Language
    Python
  • License
    MIT License
  • Created over 6 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The gamestreaming part of the smartglass library

Xbox-Smartglass-Nano

PyPi version Docs Build status Discord chat

The gamestreaming part of the smartglass library, codename NANO.

Currently supported version:

  • NANO v1 (Xbox One family)

XCloud and new XHome streaming are Nano v3, required for Xbox Series S/X.

For in-depth information, check out the documentation: (https://openxbox.github.io)

Features

  • Stream from your local Xbox One (OG/S/X) console

Dependencies

Install

pip install xbox-smartglass-nano

How to use

xbox-nano-client

Known issues

  • Video / Audio / Input is not smooth yet
  • ChatAudio and Input Feedback not implemented

Development workflow

Ready to contribute? Here's how to set up xbox-smartglass-nano-python for local development.

  1. Fork the xbox-smartglass-nano-python repo on GitHub.
  2. Clone your fork locally
git clone [email protected]:your_name_here/xbox-smartglass-nano-python.git
  1. Install your local copy into a virtual environment. This is how you set up your fork for local development
python -m venv ~/pyvenv/xbox-smartglass
source ~/pyvenv/xbox-smartglass/bin/activate
cd xbox-smartglass-nano-python
pip install -e .[dev]
  1. Create a branch for local development::
git checkout -b name-of-your-bugfix-or-feature
  1. Make your changes.

  2. Before pushing the changes to git, please verify they actually work

pytest
  1. Commit your changes and push your branch to GitHub::
git commit -m "Your detailed description of your changes."
git push origin name-of-your-bugfix-or-feature
  1. Submit a pull request through the GitHub website.

Pull Request Guidelines

Before you submit a pull request, check that it meets these guidelines:

  1. Code includes unit-tests.
  2. Added code is properly named and documented.
  3. On major changes the README is updated.
  4. Run tests / linting locally before pushing to remote.

Credits

This package uses parts of Cookiecutter and the audreyr/cookiecutter-pypackage project template

More Repositories

1

xbox-webapi-python

A python library to authenticate with Xbox Live via your Microsoft Account and provides Xbox related Web-API.
Python
176
star
2

xbox-smartglass-core-python

SmartGlass Core protocol python library
Python
72
star
3

xbox-smartglass-csharp

๐ŸŽฎ.NET Standard client library for the Xbox One SmartGlass protocol
C#
64
star
4

xbox-webapi-csharp

C# Xbox WebAPI, includes support for authentication with Windows Live / Xbox Live
C#
55
star
5

xbox-client-xamarin

Xbox one gamestreaming app for Android & iOS
C#
36
star
6

xbox-smartglass-rest-python

[DEPRECATED] Xbox One SmartGlass RESTful server
36
star
7

xbox-smartglass-core-node

NodeJS port of xbox-smartglass-core-python
JavaScript
35
star
8

smartglass-documentation

Documentation of the Xbox One SmartGlass protocol
Makefile
34
star
9

xcloud-python

Python
21
star
10

xcloud-rs

XCloud experiments in RUST
Rust
19
star
11

xbox-client-ffmpeg

Multi-platform Gamestreaming app
C#
19
star
12

xbox-client-android

Android Gamestreaming App
C#
14
star
13

openxbox.github.io

Team OpenXbox
13
star
14

xal-rs

Xbox Authentication library
Rust
10
star
15

xbox-client-gtk

A GTK+3 multi-platform Xbox application
C#
10
star
16

smartglass-tools

Misc SmartGlass helper tools
Lua
9
star
17

xbox-client-macios

MacOS / iOS Gamestreaming app
9
star
18

ms_cv

A correlation vector implementation in python, based on Microsoft's implementation
Python
5
star
19

xcloud-tools

JavaScript
5
star
20

xbox-smartglass-auxiliary-python

[DEPRECATED] This library provides the title channel / auxiliary stream extension of the SmartGlass protocol.
4
star
21

xbox-smartglass-stump-python

[DEPRECATED] Library to handle SmartGlass Stump (TV Streaming / IR control) messages.
3
star
22

filetime_type-rs

Platform agnostic FILETIME conversion
Rust
2
star
23

xbox-smartglass-core-rust

Rust
1
star
24

xbox-client-vala

Xbox GUI Client, written in Vala
Vala
1
star