Skip to main content

ovos-core reference python bus daemon

Project description

OVOS MessageBus

messagebus service, the nervous system of OpenVoiceOS

Alternative implementations

  • OVOS Bus Server - Alternative C++ messagebus server implementation using WebSocket++

Configuration

under mycroft.conf

{
  // The mycroft-core messagebus websocket
  "websocket": {
    "host": "0.0.0.0",
    "port": 8181,
    "route": "/core",
    "ssl": false,
    // in mycroft-core all skills share a bus, this allows malicious skills
    // to manipulate it and affect other skills, this option ensures each skill
    // gets it's own websocket connection
    "shared_connection": true
  }
}

Project details


Download files

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

Source Distribution

ovos-messagebus-0.0.5a1.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

ovos_messagebus-0.0.5a1-py3-none-any.whl (10.4 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