CKAN-meta/SerialIO/SerialIO-v0.17.3.ckan

32 lines
1.1 KiB
Plaintext
Raw Normal View History

{
"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",
"license": "CC-BY",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/66393",
"kerbalstuff": "https://kerbalstuff.com/mod/385/KSP%20Serial%20IO",
"repository": "https://github.com/zitron-git/KSPSerialIO",
"x_screenshot": "https://kerbalstuff.com/content/zitron_4654/KSP_Serial_IO/KSP_Serial_IO.jpg"
},
"version": "v0.17.3",
"ksp_version_min": "1.0.2",
"ksp_version_max": "1.0.4",
"conflicts": [
{
"name": "SerialIO-MacLinuxWin"
}
],
"install": [
{
"file": "KSPSerialIO",
"install_to": "GameData"
}
],
"download": "http://ckan1.spacedock.info/storage/zitron_4654/KSP_Serial_IO/KSP_Serial_IO-0.17.3.zip",
"download_size": 36158,
"x_generated_by": "netkan"
}