You would be surprised at how backward some military tech is -- particularly to maintain compatibility with existing HW such as missile stockpile. I developed flight control computer some years ago, so I have some idea about how surprisingly low tech it is -- but that's another issue.
The key to ethernet is simple-- how to resolve collision if two transmit at same time. The solution is simple -- each back off and re-transmit at random time later, and no one may transmit when the other is transmitting. This is simple enough when the more difficult part is already solved -- such as transmitting and receiving data reliably.
I really don't see why a variant of the scheme cannot be applied.
The key to ethernet is simple-- how to resolve collision if two transmit at same time. The solution is simple -- each back off and re-transmit at random time later, and no one may transmit when the other is transmitting. This is simple enough when the more difficult part is already solved -- such as transmitting and receiving data reliably.
I really don't see why a variant of the scheme cannot be applied.