On Wednesday, 6 December 2017 17:34:24 CET Elias Mårtenson wrote: > I had a script that updated the templatevms and it was written in Python, > taking advantage of the API. This script stopped working in 4.0. I rewrote > it to use the commandline tools instead. > > Perhaps a new UI could also be based on those tools. Without a need to use > Python, such UI could be implemented in any language. That would be an > interesting project.
i was pondering between two options; a) hope that the python APIs are just thin wrappers that send the actual commands to the daemon process via a unix socket and instead write code that uses the protocol on the socket in a language of choice. b) generate an python script for certain calls and then call them in order to call the APIs. the first would be beneficial as that allows us to receive notifications from the daemon (like a new VM starting). My language of choice is Qt/C++ with QML for the GUI. -- Tom Zander Blog: https://zander.github.io Vlog: https://vimeo.com/channels/tomscryptochannel -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/7085382.B6flgriP1d%40cherry. For more options, visit https://groups.google.com/d/optout.
