"NetKAN generated mods - SerialIO-0.15.5"
This commit is contained in:
parent
c0edbaeb37
commit
8d0a843afd
|
@ -1,23 +1,28 @@
|
|||
{
|
||||
"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.15.5",
|
||||
"ksp_version": "0.25",
|
||||
"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.25",
|
||||
"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.15.5",
|
||||
"download": "http://ckan1.spacedock.info/storage/zitron_4654/KSP_Serial_IO/KSP_Serial_IO-0.15.5.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 34601
|
||||
"download_size": 34601,
|
||||
"download_hash": {
|
||||
"sha1": "2834DFF6CAAC5001743EBE8EA3D4FFF8FAB625B5",
|
||||
"sha256": "D67860939909D5851747B50514793E824CBB2D1B09815BB67A0D218601FEA3DF"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue