I started implementing this option, but it's actually not straightforward to do this in a non-breaking way:
- The simplest implementation would connect the all the mission control tower inputs on a surface to each other like radar connections, while previously they were isolated (if you connected 2 red networks to 2 different control towers, they would stay separate); the same is true for the output connections
- If you wanted to isolate them, you'd need to add "diode combinators" (eg. arithmetic "everything + 0 = everything") to both inputs and outputs, but that would cause a 2 tick transmission delay - if you connected receiver combinator input to output, the ground station would receive its inputs with 4 ticks delay
I'm wondering if it would be easier/better to make a fork of this mod that implemented option 1) without any of the UI complexity (with 60 ticks update frequency, you could do cryptographic handshakes to prove the correct planet wants to connect to your space platform), than possibly breaking existing builds of users of this mod...