removed zeroconf for now, may be added back later, closes #8

added avahi service configuration file
some small improvments
This commit is contained in:
Giovanni Harting
2015-09-02 00:29:14 +02:00
parent d1ac2d0171
commit 2602852e63
4 changed files with 20 additions and 36 deletions

15
ledd.service Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<!-- Place this file in /etc/avahi/services/ for your clients to find the daemon -->
<service-group>
<name>LedD Daemon</name>
<service>
<type>_ledd._tcp</type>
<port>1425</port>
</service>
</service-group>