41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"spec_version": 1,
|
|
"identifier": "kRPC",
|
|
"name": "kRPC: Remote Procedure Call Server",
|
|
"abstract": "kRPC allows you to control the game from external programs. It comes with client libraries for several popular languages including Python, C++, C#, Java and Lua. Programs communicate with the game over a TCP/IP connection, and can be configured to work on just the local machine or even over the wider internet.",
|
|
"author": [
|
|
"djungelorm",
|
|
"GaryDeco"
|
|
],
|
|
"version": "v0.5.4",
|
|
"ksp_version_min": "1.12.3",
|
|
"ksp_version_max": "1.12.5",
|
|
"license": "GPL-3.0",
|
|
"resources": {
|
|
"homepage": "http://krpc.github.io/krpc",
|
|
"repository": "https://github.com/krpc/krpc",
|
|
"bugtracker": "https://github.com/krpc/krpc/issues",
|
|
"remote-avc": "http://ksp-avc.cybutek.net/version.php?id=254"
|
|
},
|
|
"tags": [
|
|
"plugin",
|
|
"app",
|
|
"control"
|
|
],
|
|
"depends": [
|
|
{
|
|
"name": "ModuleManager"
|
|
}
|
|
],
|
|
"download": "https://github.com/krpc/krpc/releases/download/v0.5.4/krpc-0.5.4.zip",
|
|
"download_size": 703528,
|
|
"download_hash": {
|
|
"sha1": "2DCD35E3747D4A76653D4EBCDB9BD420F99AFBA7",
|
|
"sha256": "B09DDDF5F3B921B65EA666E6710183AF0F8BA33D8238B8C9C89548F6999A983E"
|
|
},
|
|
"download_content_type": "application/zip",
|
|
"install_size": 2816366,
|
|
"release_date": "2024-06-10T10:32:34Z",
|
|
"x_generated_by": "netkan"
|
|
}
|