Commit Graph

7 Commits

Author SHA1 Message Date
Florian Nücke
4c4385f0ec Don't do stuff with the VM in robots on client side. 2022-02-03 17:31:33 +01:00
Florian Nücke
71e426940f Only serialize state of running VMs.
State when stopped is completely implicit and does not need serializing, pointlessly eats space and time.
2022-01-17 22:49:57 +01:00
Florian Nücke
6262cd9de1 Message constructor rework (use passed args). 2022-01-15 19:38:39 +01:00
Florian Nücke
e435262ab9 Don't call suspend when removing, only call unmount. 2022-01-15 15:01:32 +01:00
Florian Nücke
1085a6b7a4 Add mount and unmount lifecycle callbacks to RPCDevices. 2022-01-15 14:29:48 +01:00
Florian Nücke
926cb7a0ad Add some wrapper/utility methods to make use of network system a little cleaner. 2022-01-13 17:07:21 +01:00
Florian Nücke
bfb4798332 Renamed RobotEntity -> Robot to follow mapping style. 2022-01-09 11:57:43 +01:00