13
Installation
The magic bus is bundled in one compressed tar file: mb.tar.gz.
Demon and C library
In a shell, enter the following command to extract its content:
cd /tmp; rm -fr mb; mkdir mb; cd mb; tar -zxvf mb.tar.gz
mbd | Demon process. |
mbping | Ping application. |
libmb.a | Compiled library. |
mb.h | Header file. |
mbexp.c | Example program in C. |
LICENSE | Copyright and license terms. |
Makefile | Installation procedure. |
Configuration
Edit /etc/services and add a line such as:
magicbus 6666/tcp mbd mbus # message bus by frasq
Be sure to reserve an unused port number.
Enter /usr/local/etc/mbd
to launch a magic bus demon on your host.
Comments