Questions tagged [bacnet4j]

A high-performance implementation of the BACnet I/P protocol written for Java.

A high-performance implementation of the BACnet I/P protocol written for Java (minimum version 1.5) by Serotonin Software. Supports all BACnet services and full message segregation. Can be used for field devices or for control platforms.

20 questions
0
votes
1 answer

BACnet Access to Remote Devices

I'm using bacnet4j to get access to remote devices. Right now I can access 1 of 3 devices fine, but can not for the other 2. Using the BACnet discovery tool I set the correct port and BBMD address and find the following list: Device 92068:…
oliveromahony
  • 471
  • 4
  • 19
0
votes
2 answers

Is it possible to create virtual local devices with bacnet4j?

Has anyone built multiple virtual local devices with bacnet4j on a BACnet server? What has to be done, to achieve this? Is this basically possible at all?
Thirdman
  • 621
  • 7
  • 13
0
votes
1 answer

Java bacnet4j communication over Network

I am able to get my virtual bacnet4j devices up and running. as I am running them on One windows machine i have used set of ip address 127.0.0.3-10. I have a virtual Bacnet device which monitors other devices, which work fine when its on address…
rahul maindargi
  • 5,359
  • 2
  • 16
  • 23
0
votes
1 answer

Events and notifications in BACnet4J

I am using BACnet4J for a BACnet device simulator. I get it to create objects and react to reads and writes to properties. I have also played with COVSubscriptions. Everything works fine. Now I want to use events when a state of a Binary Input…
user3471768
-1
votes
1 answer

Bacnet4j COV subscription

I'm working with bacnet via java, the bacnet4j project. I have a device with bacnet objects and I want to monitor this object by second devices (COV). How can i run subscripton? I should take advantage…
1
2