CKAN-meta/SerialIO/SerialIO-0.17.1.ckan

34 lines
1.1 KiB
Plaintext
Raw Normal View History

2015-03-13 20:31:02 +00:00
{
"spec_version": 1,
"identifier": "SerialIO",
"name": "KSP Serial IO",
"abstract": "This 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",
2015-03-13 20:31:02 +00:00
"license": "CC-BY",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/66393",
"kerbalstuff": "https://kerbalstuff.com/mod/385/KSP%20Serial%20IO"
},
"version": "0.17.1",
"ksp_version": "0.90",
"conflicts": [
2015-03-13 20:31:02 +00:00
{
"name": "SerialIO-MacLinuxWin"
2015-03-13 20:31:02 +00:00
}
],
"install": [
2015-03-13 20:31:02 +00:00
{
"file": "KSPSerialIO",
"install_to": "GameData"
2015-03-13 20:31:02 +00:00
}
],
"download": "https://archive.org/download/SerialIO-0.17.1/B10B0EF2-SerialIO-0.17.1.zip",
"download_size": 35371,
"download_hash": {
"sha1": "B10B0EF2BE4F6A8BF626F44D65DFC13BCA87FAA7",
"sha256": "256C3A85909E9DECDB251C10891DB5896FC932B1FF2DEC66AAE67D338CC4FE09"
},
"download_content_type": "application/zip",
"x_generated_by": "netkan"
2015-03-13 20:31:02 +00:00
}