Code Monkey home page Code Monkey logo

e131-mqtt-bridge's Introduction

E1.31 (sACN) to MQTT Bridge Server

Compiling

To compile the bridging server, simply use the make utility:

$ make clean
$ make

You must have the libmosquitto (get it here) and the libe131 (get it here) development libraries installed on your system. Once compiled, you can install the output binary file wherever you want.

Running

To run the program, you must supply at least an MQTT topic for publishing E1.31 (sACN) data:

Usage: e131-mqtt-bridge [-H] [-U universe] [-h host] [-p port] [-u username] [-P password] -t topic
Forward E1.31 (sACN) network data to an MQTT broker.

Options:
  -H            show this help screen
  -U universe   DMX universe number for Multicast (default: 1)
  -h host       MQTT broker host to use (default: localhost)
  -p port       MQTT port for broker connection (default: 1883)
  -u username   MQTT username for broker connection (default: none)
  -P password   MQTT password for broker connection (default: none)
  -t topic      MQTT topic for publishing E1.31 (sACN) data

Example invocation for MQTT broker at test.mosquitto.org using topic dmx/2/data with DMX universe 2:

$ ./e131-mqtt-bridge -U 2 -h test.mosquitto.org -t dmx/2/data

License

This software is under the Apache License 2.0.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

e131-mqtt-bridge's People

Contributors

hhromic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

e131-mqtt-bridge's Issues

How to use with xLights?

Hi, I realize this is a very old (in internet years) project, but any hints on how to get it to work with xLights? I'm hoping to get it to allow me to have it as follows:

WiFi enabled bulb running ESPHome <---MQTT---> e131-mqtt-bridge <---e131---> xLights.

Any thoughts? thanks!

help on using the bridge

Hi, I'm triwing to publish mqtt devices (zigbee lights) to ledfx that allos connection by e1.31
Is this script for that? I was able to compile it bt I'm not sure wich topic should I use.
Can you share any tip? Am I on the right direction?
Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.