https://github.com/krpc/krpc
Remote Procedure Calls for Kerbal Space Program
https://github.com/krpc/krpc
kerbal-space-program krpc
Last synced: 2 months ago
JSON representation
Remote Procedure Calls for Kerbal Space Program
- Host: GitHub
- URL: https://github.com/krpc/krpc
- Owner: krpc
- License: other
- Created: 2014-02-10T23:36:25.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T15:40:24.000Z (over 1 year ago)
- Last Synced: 2026-01-14T03:23:51.526Z (2 months ago)
- Topics: kerbal-space-program, krpc
- Language: C#
- Homepage: https://krpc.github.io/krpc
- Size: 42.2 MB
- Stars: 692
- Watchers: 27
- Forks: 158
- Open Issues: 112
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: COPYING
Awesome Lists containing this project
README
# kRPC - Remote Procedure Calls for Kerbal Space Program
[](https://github.com/krpc/krpc/actions/workflows/ci.yml) [](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/)