NetKAN added mod - kRPC-v0.5.1

This commit is contained in:
NetKAN inflator Robot 2023-03-02 20:44:01 +00:00
parent 576575de97
commit 0138ddc83d
1 changed files with 37 additions and 0 deletions

37
kRPC/kRPC-v0.5.1.ckan Normal file
View File

@ -0,0 +1,37 @@
{
"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",
"version": "v0.5.1",
"ksp_version_min": "1.8.0",
"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.1/krpc-0.5.1.zip",
"download_size": 8246188,
"download_hash": {
"sha1": "8C64A16608959B8FF360F1AB4369D8019A1BE7E5",
"sha256": "7F5B2394195E8197DCB703B713AF79D891BE936AD99AD404A62C393551AE751E"
},
"download_content_type": "application/zip",
"install_size": 2801015,
"release_date": "2023-03-02T20:29:49Z",
"x_generated_by": "netkan"
}