Cameron Gutman 2600beaf13
CI / Build (-A ARM64, windows-11-arm) (push) Cancelled after 0s
CI / Build (-A x64, windows-latest) (push) Cancelled after 0s
CI / Build (gcc, g++, ubuntu-latest) (push) Cancelled after 0s
CI / Build (clang, -DUSE_MBEDTLS=ON, clang++, ubuntu-latest, sudo apt install -y libmbedtls-dev) (push) Cancelled after 0s
CI / Build (clang, clang++, ubuntu-24.04-arm) (push) Cancelled after 0s
CI / Build (clang, clang++, ubuntu-latest) (push) Cancelled after 0s
CI / Build (gcc, -DUSE_MBEDTLS=ON, g++, ubuntu-latest, sudo apt install -y libmbedtls-dev) (push) Cancelled after 0s
CI / Build (gcc, g++, ubuntu-24.04-arm) (push) Cancelled after 0s
CI / Build (macos, -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl, macos-latest) (push) Cancelled after 0s
CodeQL / Analyze (cpp) (push) Cancelled after 0s
Add support for controllers with dual touchpads
2026-05-14 22:13:45 -05:00
2026-02-15 21:45:58 -06:00
2021-04-29 17:40:47 -05:00
2026-02-23 19:56:44 -06:00
2026-02-19 00:14:42 -06:00
2026-02-19 00:14:42 -06:00
2017-05-10 10:13:06 -07:00
2018-12-03 21:37:11 -08:00

Moonlight Streaming Core Library

Moonlight-common-c contains the core GameStream client code shared between Moonlight clients, including Moonlight PC, Moonlight Android, Moonlight iOS, and Moonlight Chrome.

If you are implementing your own Moonlight game streaming client that can use a C library, you probably want the code here.

Note to Developers

Moonlight-common-c requires the specific version of ENet that is bundled as a submodule. This version has changes required for IPv6 compatibility and retransmission reliability, among other things. These are breaking API/ABI changes which make Moonlight-common-c incompatible with other versions of the ENet library. Attempting to runtime link to another libenet library will cause your client to crash when connecting to recent versions of GeForce Experience.

S
Description
Mirror of moonlight-stream/moonlight-common-c (GPLv3) — shared C core protocol library for Moonlight clients
Readme
1.6 MiB
Languages
C 99.5%
CMake 0.5%