• Recent
    • Tags
    • Popular
    • Register
    • Login

    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.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    Who can give me a simple server-side code example

    BACnet4J general discussion
    3
    6
    1.4k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mmmoczj
      last edited by

      Who can give me a simple server-side code example

      1 Reply Last reply Reply Quote 0
      • CraigWebC
        CraigWeb
        last edited by

        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.

        1 Reply Last reply Reply Quote 0
        • M
          mmmoczj
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • M
            mmmoczj
            last edited by

            @craigweb How can I get the remoteDevice

            1 Reply Last reply Reply Quote 0
            • terrypackerT
              terrypacker
              last edited by

              @mmmoczj take a look at the various tests in /src/test/java/com/serotonin/bacnet4j.util:

              RemoteDeviceDiscovererTest.java
              RemoteDeviceFinderTest.java

              M 1 Reply Last reply Reply Quote 0
              • M
                mmmoczj @terrypacker
                last edited by

                @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);
                
                1 Reply Last reply Reply Quote 0
                • First post
                  Last post