Mecripp Posted August 22, 2015 Share Posted August 22, 2015 So, this is what I've been working on, with my RPM access extension; an iOS-based (so, runs on iPad) remote HUD, based (obviously, if you know it) on the RasterPropMonitor airplane HUD. It's suprisingly responsive, and I just perch my iPad right in front of the monitor.It's only the plane HUD at the moment, and the start of an implementation of NavUtilities HSI, because I don't really use the other RPM pages enough, and don't know what other people tend to use. Perhaps the orbital display might be useful; I can envision using several phones/ipads layed out around the monitor with various data screens, but it's probably best to think of things that wouldn't work so well on a web browser.Source is at https://github.com/ndevenish/KerbalHUD.http://i.imgur.com/qenswqzl.pngI'm not a code person but is there away Telemachus info or web pages could show up on this modes screens Kerbal CCTV http://forum.kerbalspaceprogram.com/threads/107397-Kerbal-CCTV-1-1-now-with-WiFi-camera Link to comment Share on other sites More sharing options...
Xgkkp Posted August 24, 2015 Share Posted August 24, 2015 I'm not a code person but is there away Telemachus info or web pages could show up on this modes screens Kerbal CCTV http://forum.kerbalspaceprogram.com/threads/107397-Kerbal-CCTV-1-1-now-with-WiFi-cameraDo you mean telemachus in that mod's screen, or that mod's screen appear in telemachus? The latter might be doable, but I don't know how far down the video feed route that Rich ended up. Link to comment Share on other sites More sharing options...
EasyAce Posted September 17, 2015 Share Posted September 17, 2015 Havin a little trouble with this on my iPad. I switched to the "Electrical, Environmental and Com".Now I can't change as the text - and the menu to switch back - is behind the datewindow in the top right corner.Any fix? Link to comment Share on other sites More sharing options...
CheapSushi Posted September 26, 2015 Share Posted September 26, 2015 Sorry if this is a dumb question but it is possible to project the Telemachus data/info on one of those nice IVA screens lots of mods have? Link to comment Share on other sites More sharing options...
tf58 Posted September 28, 2015 Share Posted September 28, 2015 Havin a little trouble with this on my iPad. I switched to the "Electrical, Environmental and Com".Now I can't change as the text - and the menu to switch back - is behind the datewindow in the top right corner.Any fix?I had the same problem, which I get around with saving the default layout of that page under a new shorter name "EECOM". Link to comment Share on other sites More sharing options...
nohelmet Posted October 25, 2015 Share Posted October 25, 2015 First off, awesome plugin, congratulations and thank you!And perhaps a bit of a newbie question, but... what is "timeToTransition1"? I was hoping it was time to maneuver node but either there's a bug in my code, or it's something else. I tried searching for the answer but only got a pointer to the API page I got it from in the first place. Link to comment Share on other sites More sharing options...
MrMeeb Posted October 25, 2015 Share Posted October 25, 2015 (edited) Is it possible for a step by step guide for how to connect to telemachus from a PC that is not the PC that KSP is open on? No matter what I've tried, I can't do itEdit: Nevermind! Read back through the forums and found a guide Edited October 26, 2015 by MrMeeb Link to comment Share on other sites More sharing options...
Cortek56 Posted November 13, 2015 Share Posted November 13, 2015 hello, any issue about last update ? Someone tested it ? Link to comment Share on other sites More sharing options...
MK3424 Posted November 13, 2015 Share Posted November 13, 2015 hello, any issue about last update ? Someone tested it ?Nope, works fine. Link to comment Share on other sites More sharing options...
Cortek56 Posted November 14, 2015 Share Posted November 14, 2015 thanks ! Link to comment Share on other sites More sharing options...
Schetefan Posted December 26, 2015 Share Posted December 26, 2015 Is there a mod that adds the Telemachus function to every antenna? Link to comment Share on other sites More sharing options...
Stone Blue Posted December 26, 2015 Share Posted December 26, 2015 ^^ No mod required... just an MM patch... If you want to see an examplle, I know the Antennas mod has additional antennas for Telemachus, and there are .cfgs in there you can use as examples to write your own .cfgs... HOWEVER, if you use RemoteTech, there IS this "mod":http://forum.kerbalspaceprogram.com/index.php?/topic/100730-wipplugin090-telemachus-and-remotetech-kitbash/ Link to comment Share on other sites More sharing options...
Schetefan Posted December 26, 2015 Share Posted December 26, 2015 Thanks for the help. Link to comment Share on other sites More sharing options...
Z-Key Aerospace Posted December 28, 2015 Share Posted December 28, 2015 (edited) @PART[longAntenna]:FOR[Telemachus] { %MODULE[TelemachusDataLink]{ } %MODULE[TelemachusPowerDrain]{} { %powerConsumptionBase = 0.01 %powerConsumptionIncrease = 0.02 } } @PART[mediumDishAntenna]:FOR[Telemachus] { %MODULE[TelemachusDataLink]{ } %MODULE[TelemachusPowerDrain]{} { %powerConsumptionBase = 0.01 %powerConsumptionIncrease = 0.02 } } @PART[commDish]:FOR[Telemachus] { %MODULE[TelemachusDataLink]{ } %MODULE[TelemachusPowerDrain]{} { %powerConsumptionBase = 0.01 %powerConsumptionIncrease = 0.02 } } @PART[HighGainAntenna]:FOR[AntennaRange]:NEEDS[AsteroidDay,!RemoteTech] { %MODULE[TelemachusDataLink]{ } %MODULE[TelemachusPowerDrain]{} { %powerConsumptionBase = 0.01 %powerConsumptionIncrease = 0.02 } } Works for me... Edited December 28, 2015 by Z-Key Aerospace Link to comment Share on other sites More sharing options...
T3Kaos Posted January 3, 2016 Share Posted January 3, 2016 Does anyone know if this is being updated for 1.05 or even maintained at the moment? I have plans to turn this into a proper Companion App for KSP on Android. Anyone got any intel on the progress of Telemachus? Link to comment Share on other sites More sharing options...
Jasseji Posted January 5, 2016 Share Posted January 5, 2016 On 8/18/2015 at 10:42 PM, Xgkkp said: So, this is what I've been working on, with my RPM access extension; an iOS-based (so, runs on iPad) remote HUD, based (obviously, if you know it) on the RasterPropMonitor airplane HUD. It's suprisingly responsive, and I just perch my iPad right in front of the monitor. It's only the plane HUD at the moment, and the start of an implementation of NavUtilities HSI, because I don't really use the other RPM pages enough, and don't know what other people tend to use. Perhaps the orbital display might be useful; I can envision using several phones/ipads layed out around the monitor with various data screens, but it's probably best to think of things that wouldn't work so well on a web browser. Source is at https://github.com/ndevenish/KerbalHUD. Does this require an actual iPad or can it be run from the xCode simulator ? I am looking for a way to display RPM screens externally but not necessarily using a tablet Link to comment Share on other sites More sharing options...
stoani96 Posted January 14, 2016 Share Posted January 14, 2016 Hey guys! I was just wondering if it is possible to access hulcams with this mod? Link to comment Share on other sites More sharing options...
Dman979 Posted March 25, 2016 Share Posted March 25, 2016 Does anyone know if the stock map can be replaced with a different one? Link to comment Share on other sites More sharing options...
Noobton Posted March 25, 2016 Share Posted March 25, 2016 is there a way to save the telegraphy data to a log file? Link to comment Share on other sites More sharing options...
Warp11 Posted March 31, 2016 Share Posted March 31, 2016 Does this work in Realism Overhaul and is it possible to use it without the antenna? Thank you. Link to comment Share on other sites More sharing options...
monstah Posted April 1, 2016 Share Posted April 1, 2016 Hey, people. I just threw together some quick code to access/toggle the precision controls from Telemachus here https://github.com/monstrim/Telemachus/commit/81d79f7821a23233559361336d802eec4c5c5841 , to aid me on my recently started arduino-based display/control project. I haven't installed unity and parttools so far, tho, and will probably not do it until later in the weekend. Anyone wants to give it a try and see if it works, so I can request it pulled sooner? Link to comment Share on other sites More sharing options...
monstah Posted April 2, 2016 Share Posted April 2, 2016 (edited) <Homer Simpson>WOOHOO</Homer Simpson>, a few edits later and works like a charm! Turns out I only needed Visual Studio and a KSP install. Pull requested f.precision [optional bool] and v.precisionValue are now new APIs. My very first KSP (C#, not MM .cfg) code, guys, does that a modder me make? Edited April 2, 2016 by monstah Link to comment Share on other sites More sharing options...
monstah Posted April 6, 2016 Share Posted April 6, 2016 ...is the dev still around? There are a few pull requests on theGithub apart from mine. Link to comment Share on other sites More sharing options...
woo_reentry_is_cool_dude Posted April 13, 2016 Share Posted April 13, 2016 is it still wokin' for 1.0.5 (i know it's for 1.0.4 , but if it is compatible) and , does it have visualization of flight ? i want to send adress to my friend and show him flight without needing him to go out of his home Link to comment Share on other sites More sharing options...
monstah Posted April 14, 2016 Share Posted April 14, 2016 Yeah, works allright. And no, no flight visualization, this would be too much for the purpose of the mod. Link to comment Share on other sites More sharing options...
Recommended Posts