# krpc **Repository Path**: mirrors_krpc/krpc ## Basic Information - **Project Name**: krpc - **Description**: Remote Procedure Calls for Kerbal Space Program - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-06 - **Last Updated**: 2025-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kRPC - Remote Procedure Calls for Kerbal Space Program [![ci](https://github.com/krpc/krpc/actions/workflows/ci.yml/badge.svg)](https://github.com/krpc/krpc/actions/workflows/ci.yml) [![docs](https://github.com/krpc/krpc/actions/workflows/docs.yml/badge.svg?branch=docs)](https://github.com/krpc/krpc/actions/workflows/docs.yml) kRPC allows you to control Kerbal Space Program from scripts running outside of the game, and comes with client libraries for many popular languages. * [Web Documentation](https://krpc.github.io/krpc) * [PDF Documentation](https://github.com/krpc/krpc/releases) * [Forum release thread](http://forum.kerbalspaceprogram.com/index.php?/topic/130742-105-krpc-remote-control-your-ships-using-python-c-c-lua-v021-10th-feb-2016/) * [Discord](https://discord.gg/bXuaTrj) ## Contributing Contributions to kRPC are very welcome. [Please refer to this guide.](Contributing.md) ## KSP2 ~kRPC is coming to KSP2!~ Notice: I am not actively developing this, due to lack of time. If you would like to contribute PRs or take over the project please get in touch on Discord. You can find it in the new kRPC2 repository here: https://github.com/krpc/krpc2 ## Links for Developers * [Development Guide](Development-Guide.md) for information on the project structure, compiling the code and the various tools. * [Release guide](Release-Guide.md) for project maintainers to do releases. * See the #devchat channels on Discord for informal dev discussions * [Forum development thread](https://forum.kerbalspaceprogram.com/index.php?/topic/62902-14113x122-krpc-remote-procedure-call-server-v045-17th-march-2018/)