"NetKAN generated mods - SerialIO-0.16.0"
This commit is contained in:
parent
26f80707a7
commit
7a4794c12c
|
@ -1,23 +1,28 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "SerialIO",
|
||||
"license": "CC-BY",
|
||||
"install": [
|
||||
{
|
||||
"file": "KSPSerialIO",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/66393",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/385/KSP%20Serial%20IO"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"name": "KSP Serial IO",
|
||||
"abstract": "his plugin sends/receives data packets over the serial port, which should make it much easier for people wanting to build hardware (like arduino stuff) for KSP but can't be bothered with making plugins as well.",
|
||||
"author": "zitron",
|
||||
"version": "0.16.0",
|
||||
"download": "http://ckan1.spacedock.info/storage/zitron_4654/KSP_Serial_IO/KSP_Serial_IO-0.16.0.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 34625
|
||||
}
|
||||
"spec_version": 1,
|
||||
"identifier": "SerialIO",
|
||||
"name": "KSP Serial IO",
|
||||
"abstract": "his plugin sends/receives data packets over the serial port, which should make it much easier for people wanting to build hardware (like arduino stuff) for KSP but can't be bothered with making plugins as well.",
|
||||
"author": "zitron",
|
||||
"license": "CC-BY",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/66393",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/385/KSP%20Serial%20IO"
|
||||
},
|
||||
"version": "0.16.0",
|
||||
"ksp_version": "0.90",
|
||||
"install": [
|
||||
{
|
||||
"file": "KSPSerialIO",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "http://ckan1.spacedock.info/storage/zitron_4654/KSP_Serial_IO/KSP_Serial_IO-0.16.0.zip",
|
||||
"download_size": 34625,
|
||||
"download_hash": {
|
||||
"sha1": "CA0C054FC2228EC35EC0C43CD2233F75A6B68B0D",
|
||||
"sha256": "B68C94D49E95055BCA86400C60EB3267BDAE8F0180DA866B9F9231F3101460F6"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue