Added basic auto discovery functionality

- Servers can advertise themselves
- Clients can detect servers on their local network

Tags: #story[1247]
This commit is contained in:
Michael Rausch
2017-08-30 22:53:45 +12:00
parent 5fb8a0c2c1
commit 262f27fa8a
4 changed files with 109 additions and 0 deletions
+7
View File
@@ -70,6 +70,13 @@
<version>1.4</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.jmdns/jmdns -->
<dependency>
<groupId>javax.jmdns</groupId>
<artifactId>jmdns</artifactId>
<version>3.4.1</version>
</dependency>
</dependencies>
<build>