"NetKAN generated mods - kRPC-v0.2.1"
This commit is contained in:
parent
d3c92273d3
commit
1221135bb6
|
@ -1,19 +1,17 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"spec_version": 1,
|
||||
"identifier": "kRPC",
|
||||
"name": "kRPC: Remote Procedure Call Server",
|
||||
"abstract": "Control the game using remote procedure calls, sent from an external script run outside of KSP. Includes client libraries for Python, C++, C# and Lua.",
|
||||
"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",
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/69313",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/636/kRPC:%20Remote%20Procedure%20Call%20Server",
|
||||
"repository": "https://github.com/djungelorm/krpc",
|
||||
"x_screenshot": "https://kerbalstuff.com/content/djungelorm_376/kRPC_Remote_Procedure_Call_Server/kRPC_Remote_Procedure_Call_Server-1425931909.4056554.png"
|
||||
"homepage": "http://djungelorm.github.io/krpc/docs/",
|
||||
"repository": "https://github.com/djungelorm/krpc"
|
||||
},
|
||||
"version": "v0.2.1",
|
||||
"ksp_version": "1.0.5",
|
||||
"download": "https://kerbalstuff.com/mod/636/kRPC:%20Remote%20Procedure%20Call%20Server/download/0.2.1",
|
||||
"download": "https://github.com/djungelorm/krpc/releases/download/v0.2.1/krpc-0.2.1.zip",
|
||||
"download_size": 3242274,
|
||||
"x_generated_by": "netkan"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue