Elektrobit / flake-pilot

Registration/Control utility for applications launched through a runtime-engine, e.g containers
MIT License
10 stars 6 forks source link

Service communication implementation #70

Closed m-kat closed 1 year ago

m-kat commented 1 year ago

Protocol implementation with three base commands, register/unregister to store information about runnig vm's at the moment, ps to list running vm's

schaefi commented 1 year ago

@m-kat what we need to change from an opensource perspective is that every source file has to contain the license. You can look at existing code I wrote for cut&paste :)

Thanks