• 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

    Multi broadcast address

    BACnet4J general discussion
    3
    7
    3.9k
    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.
    • C
      cenk
      last edited by

      When I define a device as

      
      LocalDevice localDevice = new LocalDevice(1972, "10.10.0.11");
      

      the localdevice will broadcast to only 10.10.0.11.

      How can define multi ip address to broadcast to all of them.

      Maybe The broadcast IP can be changed 10.1.0.255. But I think it is not goog solition.

      I want to broadcast to only 5 ip (10.10.0.11, 10.10.0.12,10.10.0.13,...)

      How can I make it

      1 Reply Last reply Reply Quote 0
      • C
        cenk
        last edited by

        This issue is very important for me. Is there any opinion you?

        Thank you

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

          I'm not a networking specialist, but my understanding is that .255 is the broadcast address. I'm not aware of a way to list specific addresses to include in a broadcast - that sounds more like a multicast to me. If you discover (no pun intended) a way in which to do this in Java code, we can explore how such functionality could be added to BACnet4J.

          Best regards,
          Matthew

          1 Reply Last reply Reply Quote 0
          • C
            cenk
            last edited by

            I cant find any soltion. Because of DatagramPacket is only send one address.

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

              I guess that's it then.

              Best regards,
              Matthew

              1 Reply Last reply Reply Quote 0
              • J
                joolz
                last edited by

                I think this is more a networking issue rather than a BACnet or BACnet4j issue.

                What I would do is create a seperate network with only the devices you want to broadcast to, and put in a gateway/route to the rest of the network to provide connectivity if you require it.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post