2017 © Pedro Peláez
 

library xibo-xmr

Xibo Message Relay

image

xibosignage/xibo-xmr

Xibo Message Relay

  • Thursday, February 1, 2018
  • by dasgarner
  • Repository
  • 5 Watchers
  • 3 Stars
  • 1,696 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 11 Forks
  • 0 Open issues
  • 9 Versions
  • 6 % Grown

The README.md

Introduction

Xibo - Digital Signage - http://www.xibo.org.uk Copyright (C) 2006-2025 Xibo Signage Ltd and Contributors., (*1)

This is the Xibo Message Relay (XMR) repository., (*2)

XMR is a php application built on ReactPHP which acts as a ZeroMQ message exchange between the Xibo CMS and connected Xibo Players. It doesn't do anything beyond forward messages from the CMS to a pub/sub socket., (*3)

It is packaged into a PHAR file which is included in the Xibo CMS release files., (*4)

If you are here for anything other than software development purposes, it is unlikely you are in the right place. XMR is shipped with the Xibo CMS installation and you would usually install it from there., (*5)

Installation

XMR can be run using Docker and Compose, for example:, (*6)

version: "3"

services:
  xmr:
    image: xibosignage/xibo-xmr:latest
    ports:
     - "9505:9505"
     - "50001:50001"

You may also build this library from source code:, (*7)

  1. Clone this repository
  2. Run ./build.sh
  3. Run docker-compose up --build

You may also reference this code in your own projects via Composer:, (*8)

composer require xibosignage/xibo-xmr

Ports

XMR requires a listen address and a publish address and therefore needs 2 ports. The listen address is used for communication with the CMS (incoming comms) and the publish address is used for outgoing messages., (*9)

When running in Docker, you will want to expose these ports to your machine OR connect your container to a Docker network which will facilitate communication with these ports., (*10)

An example ports directive would be:, (*11)

yaml ports: - "9505:9505" #Publish - "50001:50001" #Listen, (*12)

Licence

Xibo is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version., (*13)

Xibo is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details., (*14)

You should have received a copy of the GNU Affero General Public License along with Xibo. If not, see http://www.gnu.org/licenses/., (*15)

3rd Party

We use BOX to package the PHAR file - see https://github.com/box-project/box2, (*16)

The Versions

01/02 2018

dev-master

9999999-dev http://xibo.org.uk

Xibo Message Relay

  Sources   Download

AGPL-3.0 AGPLv3 or later

The Requires

 

xibo spring signage digital signage

01/02 2018

0.7

0.7.0.0 http://xibo.org.uk

Xibo Message Relay

  Sources   Download

AGPL-3.0

The Requires

 

xibo spring signage digital signage

01/02 2018

dev-develop

dev-develop http://xibo.org.uk

Xibo Message Relay

  Sources   Download

AGPL-3.0 AGPLv3 or later

The Requires

 

xibo spring signage digital signage

16/01 2018

0.6

0.6.0.0 http://xibo.org.uk

Xibo Message Relay

  Sources   Download

AGPLv3 or later

The Requires

 

xibo spring signage digital signage

09/01 2018

0.5

0.5.0.0 http://xibo.org.uk

Xibo Message Relay

  Sources   Download

AGPLv3 or later

The Requires

 

xibo spring signage digital signage

08/01 2018

0.4

0.4.0.0 http://xibo.org.uk

Xibo Message Relay

  Sources   Download

AGPLv3 or later

The Requires

 

xibo spring signage digital signage

13/01 2017

0.3

0.3.0.0 http://xibo.org.uk

Xibo Message Relay

  Sources   Download

AGPLv3 or later

The Requires

 

xibo spring signage digital signage

21/04 2016

0.2

0.2.0.0 http://xibo.org.uk

Xibo Message Relay

  Sources   Download

AGPLv3 or later

The Requires

 

xibo spring signage digital signage

30/11 2015

0.1

0.1.0.0 http://xibo.org.uk

Xibo Message Relay

  Sources   Download

AGPLv3 or later

The Requires

 

xibo spring signage digital signage