Frozenlock / bacure

Clojure wrapper for BACnet4J
10 stars 5 forks source link

Who-Has by Object Name #5

Closed WhittlesJr closed 6 years ago

WhittlesJr commented 6 years ago

BACnet allows WhoHas requests by either object identifier or object name. I added the option to use the latter.

WhittlesJr commented 6 years ago

woof, that was zippy. Thank you!

Frozenlock commented 6 years ago

Thank YOU :wink:

By the way, could you keep an eye open to make sure there's nothing preventing us from spinning multiple BACnet instances?

Java 9 added SO_REUSEPORT and I fully intend to make use of it. Testing everything would be so much easier if we can spin up an entire network on a single machine...

WhittlesJr commented 6 years ago

I do have multiple instances up from time to time, although it's usually one IP instance and one or more MSTP instances. I'll definitely keep a close eye on it though.

Frozenlock commented 6 years ago

Interesting, I didn't realize MSTP wasn't bound by the same limitation... I'll see what I can do with that. Thanks!

WhittlesJr commented 6 years ago

Yep, its only requirement is a unique serial port.