Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realies/nvsap
🎮 NVIDIA SHIELD Authentication Proxy
https://github.com/realies/nvsap
authentication middleware moonlight moonlight-client moonlight-proxy nvidia proxy shield
Last synced: 7 days ago
JSON representation
🎮 NVIDIA SHIELD Authentication Proxy
- Host: GitHub
- URL: https://github.com/realies/nvsap
- Owner: realies
- License: mit
- Created: 2017-11-25T09:19:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T02:26:32.000Z (over 2 years ago)
- Last Synced: 2023-03-01T01:05:49.631Z (over 1 year ago)
- Topics: authentication, middleware, moonlight, moonlight-client, moonlight-proxy, nvidia, proxy, shield
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nvsap
NVIDIA's SHIELD service requires users to pair devices by filling out a randomly generated PIN in a textfield prompt.
![SHIELD Auth Prompt](https://i.snag.gy/CM8iG1.jpg)
To ease pairing with new remote devices, this software serves as lighweight HTTP server capable of populating a PIN on demand remotely by accepting GET requests on `http://+:47980/auth/1234` where `1234` is a 4 digit PIN. Upon receiving a GET request, the software checks for an existing SHIELD auth prompt, populates the PIN, clicks the `Connect` button and responds with `true` or `false` depending on the success of the operations. Currently there is no way of validating pairing requests and it is expected that a client attempting to pair will receive a pairing status response from the SHIELD server.
![nvsap](https://i.snag.gy/Ekdf7P.jpg)