Pinnacle Showcenter 200 with oxylbox

If you want your showcenter to automatically find your oxylbox webserver, then you have to install avahi-daemon, and create a file:

/etc/avahi/services/difi.service file with the following content:


<?xml version="1.0" standalone='no'?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<!-- See avahi.service(5) for more information about this configuration file -->
<service-group>
<name replace-wildcards="yes">Oxylbox on %h</name>
<service>
<type>_difi._tcp</type>
<port>8000</port>
</service>
</service-group>

8000 is the port number of the apache instance of your oxylbox server.