. toolbox.sh
include "ipc"
-
+
endp=$(ipc_endpoint_open)
ipc_endpoint_publish "$endp" "mytopic" "Hello world"
. toolbox.sh
include "ipc"
-
+
endp=$(ipc_endpoint_open)
ipc_endpoint_subscribe "$endp" "mytopic"
-
+
if msg=$(ipc_endpoint_recv "$endp"); then
data=$(ipc_msg_get_data "$msg")
-
+
echo "Received message: $data"
fi
First, import the GPG key used to sign packages in the repository and make sure you
have `apt-transport-https` installed.
- # wget -O - -- https://deb.m10k.eu/deb.m10k.eu.gpg.key | apt-key add -
+ # curl --get https://deb.m10k.eu/deb.m10k.eu.gpg > /etc/apt/trusted.gpg.d/deb.m10k.eu.gpg
# apt-get install apt-transport-https
Then add the following line to your `/etc/apt/sources.lst`.