Skip to main content

Neon Messagebus Module

Project description

Neon Messagebus

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 Enhancements

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

Compatibility

This package can be treated as a drop-in replacement for mycroft.messagebus

Running in Docker

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 \
-v ${NEON_DATA_DIR}:/home/neon/.local/share/neon:rw \
-v ${NEON_CONFIG_DIR}:/home/neon/.config/neon:rw \
neon_messagebus

Note: The above example assumes Docker data locations are specified in the NEON_DATA_DIR and NEON_CONFIG_DIR environment variables.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

neon_messagebus-0.0.2a0-py3-none-any.whl (13.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page