Search results

  1. G

    Tools KittenRemoteControl

    * reserverd*
  2. G

    Hardware Controller Thread

    Here https://forums.ahwoo.com/threads/kittenremotecontrol.463/ I created a thread where I put my first implementation. (Then this thread can be more hardware-related as it was intended in the beginning...)
  3. G

    Tools KittenRemoteControl

    Mod Name: KittenRemoteControl Mod Loader: StarMap https://github.com/StarMapLoader/StarMap License: MIT License GitHub Page (Source code): https://github.com/MarcusZuber/KittenRemoteControl Binary: Attached here and at https://spacedock.info/mod/4049/KittenRemoteControl Installation...
  4. G

    Hardware Controller Thread

    After some experimenting it converges to a (primitive) rest api for the most common parameters. Hopefully, I can share a first implementation in the (European) evening including a small python client.
  5. G

    Hardware Controller Thread

    I followed this https://forums.ahwoo.com/threads/how-to-use-starmap-mod-loader.398/ and then I accessed the KSA.Program class. I will share it when I cleaned it up a bit. (And my son is currently blocking my PC playing ksp...)
  6. G

    How to use StarMap Mod Loader

    I'm 90% sure I mixed up the tokens... Now it works!
  7. G

    Hardware Controller Thread

    I was just looking into kspico and I think for the beginning I could implement an ugly network communication and patch the server of kspico accordingly. Later I will look for a more elegant solution.
  8. G

    Hardware Controller Thread

    First milestone reached! I was able to control the throttle from the "outside"! I will think how to structure the whole mod and see if I find some spare time soon.
  9. G

    How to use StarMap Mod Loader

    Starting with a fresh mind worked. Probably I only did something stupid.
  10. G

    Hardware Controller Thread

    Question to all the "hardware" developers: How do you interface the inputs? Would it make sense to make a mod directly mqtt compatible? Maybe this would make it a bit to complicated for "standalone" input systems...
  11. G

    Career Chat!

    Hi I'm a physisist developing X-ray imaging systems. But I'm doing a large fraction software engineer to combine different components to a compete system and to take care that what the computer puts out at the end is really the physical property you wanted to measure.
  12. G

    How to use StarMap Mod Loader

    I'm currntly trying to adapt this to rider, but I'm struggling with atting the StarMap.API nugget. I see the nuget, but when I try to install it I get an unauthorized error: Install failed (project: StarMap.SimpleMod, package: StarMap.API v0.1.5) Package restore failed. Rolling back package...
  13. G

    Hardware Controller Thread

    I used kRPC a lot and (if I find the time) would love to implement something similar here as well.