Jump to content

Access from external applications


Recommended Posts

Does anybody know how to get and/or set values from the KSP-simulation via an external application?

My idea is to build some reallive user-interfaces f.i. with the help of the Arduino project (just google for "Arduino").

If this isn't possible (f.i. it's nearly impossible to build an acceptable navball), i could show the GUI on a 2nd monitor.

But the main question would be, if there is a way to get data from the ksp engine and back into it to allow some fancy switches and buttons on your desk :) ?

Hope somebody could help and sorry for my english :\

greets from Berlin! :D

Link to comment
Share on other sites

Well, you write a basic mod (there are infos about that part in the forum) that captures values and forward it to another app like you would do in any other C# app. For example via temporary files, sockets, or whatever else. Doing it in KSP can be a little tricky though, since its not a standard .NET environment but has some parts ripped out, as the guy trying to use a serial port had to find out here. Files and sockets should work fine, though.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...