created README.txt with a short note on changing the Groovy script to support unicast instead of multicast

This commit is contained in:
Mark Fisher
2010-06-20 16:45:14 +00:00
parent 3c3e699860
commit 2678280dc6

View File

@@ -0,0 +1,4 @@
To change the multicast code in udps.groovy to rely on unicast instead, simply
change the MulticastSocket type to DatagramSocket and remove the next 2 lines
that deal with joining the multicast group. Then, in the configuration of the
actual adapter, set: host="127.0.0.1" and multicast="false".