private Timer timer;
private final HashSet<bonour> myComPorts; // well not really com ports but we treat them like com ports
private final Map<InetAddress, JmDNS> mappedJmDNSs;
public NetworkDiscovery() {
DNSTaskStarter.Factory.setClassDelegate(new ArduinoDNSTaskStarter());
this.myComPorts = new HashSet<bonour>();
this.mappedJmDNSs = new Hashtable<InetAddress, JmDNS>();
}