moonlight-stream / moonlight-common-c

Core implementation of Nvidia's GameStream protocol
GNU General Public License v3.0
448 stars 166 forks source link

Can you write a development document? #82

Open SindenDev opened 1 year ago

cgutman commented 1 year ago

The public interface is documented in https://github.com/moonlight-stream/moonlight-common-c/blob/master/src/Limelight.h

For the stuff around the moonlight-common-c code, like pairing and session initiation, I suggest https://github.com/moonlight-stream/moonlight-embedded as a good sample client (especially the libgamestream code).