Metadata-Version: 2.1
Name: ovos-messagebus
Version: 0.0.6
Summary: ovos-core reference python bus daemon
Home-page: https://github.com/OpenVoiceOS/ovos-messagebus
License: Apache-2.0
Description: # OVOS MessageBus
        
        messagebus service, the nervous system of OpenVoiceOS
        
        ## Alternative implementations
        
        - [OVOS Bus Server](https://github.com/OpenVoiceOS/ovos-bus-server/) - Alternative C++ messagebus server implementation using WebSocket++
        
        
        # Configuration
        
        under mycroft.conf
        
        ```javascript
        {
          // 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
          }
        }
        ```
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
