Please Note This forum exists for community support for the Mango
product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time,
there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any
information expressed or conveyed. Specific project questions from customers with active support contracts are asked
to send requests to support@radixiot.com.
I implemented it locally and it seems to work.
Here is the code:
public void removeRemoteDevice(int instanceId) throws BACnetException {
RemoteDevice d = getRemoteDeviceImpl(instanceId, null, null);
if (d != null)
remoteDevices.remove(d);
else
throw new BACnetException("Unknown device: instance id=" + instanceId);
}
Hmm, i can only assume that somewhere in my ant classpath is the RXTX lib, perhaps in the JVM that it references. So, it's a fluke that it works for me. You can always add the lib/RXTX jar into the build script. That should clear things up.
New version of Wacnet! (1.1.0)
As usual, completely free!
[image: YFuJMJv.gif]
Detailed review of what changed:
http://blog.hvac.io/2014/07/01/new-wacnet-release-110/
Download link and instructions:
https://hvac.io/docs/wacnet