SImple (but specific) listener and sender Python 3 DBus example
问题 I want to make a program that has two parts. A listener (a server, if you will) and a sender (the client). I did some research and learned that this is done via a method programmers call IPC (inter process communication); I'm sure you know what it means, I am just expanding the acronym so that you know that I don't think it means Internet Pet Cannibals (or some other non related unpleasant thing). I read that a good way to achieve this is to use dbus. So I did some research on dbus, and now I