Messagebus Module for Neon Core. This module can be treated as a replacement for the mycroft-core bus module. This module handles communication between other connected modules.
neon-messagebus
extends mycroft.messagebus
with the following added functionality:
- Utilities for sending files and other data over the bus
- A service for managing "signals" used for IPC
This package can be treated as a drop-in replacement for mycroft.messagebus
The included Dockerfile
may be used to build a docker container for the neon_messagebus module. The below command may be used
to start the container.
docker run -d \
--network=host \
--name=neon_messagebus \
neon_messagebus