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.
Who can give me a simple server-side code example
-
Who can give me a simple server-side code example
-
Spamming will only get you banned, your request is way too vague to get any reasonable answer...
There is example code on the BACnet4J repository. -
This post is deleted! -
@craigweb How can I get the remoteDevice
-
@mmmoczj take a look at the various tests in
/src/test/java/com/serotonin/bacnet4j.util
:RemoteDeviceDiscovererTest.java
RemoteDeviceFinderTest.java
-
@terrypacker Thank you for your help, but I want to get RemoteDevice through IP. There is no such function in those files.I wanted to get the device that way, but this is the old version,
RemoteDevice d = localDevice.findRemoteDevice( new Address(0, IpNetworkUtils.toOctetString("192.168.33.53:8099")), 10086);