pi-top / pi-topd

pi-top System Daemon (formerly pt-device-manager)
6 stars 4 forks source link

Replace ZMQ messaging with named pipes #123

Open m-roberts opened 3 years ago

m-roberts commented 3 years ago

FIFOs provide a filesystem interface (no dependencies!) for information that won't go out of date like normal text files will.

By making this the standard interface for getting/setting system information, this will replace the messaging layer in the SDK and simplify other tools' communication with the service.

https://lyceum-allotments.github.io/2017/03/python-and-pipes-part-6-multiple-subprocesses-and-pipes/