This mod is awesome! I've been using Telemachus since beginning of my KSP adventure and always thought it has a great potential to be expanded. Now, IT HAPPENED! :-) However, I ran into trouble integrating Telemachus with this mod. Pictures and cameras working like charm - no issues here. Unfortunately, data from Telemachus are not displayed. I've done some tests to locate issue and what I've found so far: - Telemachus is working properly, I can read all data about active vessel (as long as KSP is active) - Methods highdata(), meddata() and lowdata() always returns empty result '{}' - Method postdata() is never called - checked Windows Firewall rights for both KSP and Python - both have access to public and private networks - no changes in Telemachus or GATO configs - ServerRelay is located in KSP/GameData/GoAThrottleUp/ - same situation for all possible addresses (localhost, my network IP or 127.0.0.1) - latest version of both GATO and Telemachus - host OS is Windows 8.1 x64 I don't know Python at all, but I'm a C# programmer and so far it looks that either GATO is not requesting data from Telemachus, or Telemachus is not updating (i.e. ignoring or unaware of subscription) GATO properly. Any ideas? Any help will be apprecciated :-) --- EDIT: --- Nevermind. When I was trying to solve issue described above, I wasn't aware that GATO is a standalone plugin. I was absolutely convinced that plugin is responsible only for image data and other data are relayed via Telemachus - it turned out to be wrong. My suggestions: 1) I would love to have monitoring of each stage separately - in that case there could be sort of 'booster specialist', 'spacecraft specialist' etc. in LARP game. 2) Real Fuels support would be nice as well. Anyway, awesome plugin! (Can't wait to install another monitor to display MOAR data!)