Server implementation of MIDaC, designed to transmit sensor values from (currently) the KIPR Link to client devices supporting the MIDaC Protocol.
- Use the installer tool and install it like any other Wallaby Update
- Add the missing parts of the Python 2.7.2 stdlib into
/usr/lib/python2.7/(download the latest source code release of python 2.7.x from python.org and add the contents of the Lib directory) - Copy the MissionControl-Server directory anywhere you want it on your link and switch into the directory
- Run
python MC2ML/MC2ML_Parser.py KiprLink.xmlto compile and generate the specific part for the KIPR Link (if you have an adapted MC2ML file store it in the MC2ML/controller_files directory and use it's file name instead of 'KiprLink.xml') - Start the server with
./main.pyorpython main.py(you might need to change the files permissions to execute)
- Copy the MissionControl-Server directory anywhere you want it on your Linux or OS X device
- Run
python MC2ML/MC2ML_Parser.py SpecialTesting.xml - Start the server with
./main.pyorpython main.py(you might need to change the files permissions to execute)