]> git.corax.cc Git - toolbox/commit
README: Use uipc in PubSub example instead of ipc
authorMatthias Kruk <m@m10k.eu>
Sun, 9 Oct 2022 03:41:17 +0000 (12:41 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 9 Oct 2022 03:46:31 +0000 (12:46 +0900)
commite639f37f52d2b1ef1ada8147b11b931102ade9eb
tree0fe9f0f6cc5ec58a5bb2caa60d38b978aee5add0
parentdab08ca9a1535dd88cdff6edf3b2ef61687bfc0e
README: Use uipc in PubSub example instead of ipc

The readme uses the ipc module to explain how to implement simple
pubsub-based messaging using toolbox. However, the ipc module is
somewhat awkward to configure because it uses GPG and requires the
user to generate unencrypted keys.

This commit modifies the readme to introduce the uipc module instead
of the ipc module, since the former is easier to set up.
README.md