Joel Bender

Results 184 comments of Joel Bender

When your server sends out a broadcast Who-Is as a foreign device it is actually sending a unicast **Distribute-Broadcast-To-Network** message to the BBMD which is broadcasting it locally. The source...

At one point in time I had a [Cisco RV016](https://www.cisco.com/c/en/us/products/collateral/routers/rv016-multi-wan-vpn-router/data_sheet_c78-501223.pdf) at the office and an RV180 at home, so I could configure 192.168.1.0/24 to be a peer network with 192.168.0.0/24...

I have preliminary support for IPv6 for encoding/decoding addresses and encoding/decoding the BVLL layer, but not the corresponding BVLL layer interpretation that needs the additional VMAC table management. I was...

Look for the classes in `apdu.py` that start with `ConfirmedPrivateTransfer` and end in `Request`, `ACK`, and `Error`. The `vendorID` and `serviceNumber` are very simple, encoding and decoding the `serviceParameters` can...

No, but it shouldn't be too hard to scan though the application values of the `objectName` _or_ the `objectIdentifier` of an application (the two dictionary values should be the same)....

There are a few properties that the service depends on, but before that, I noticed that the **GetAlarmSummary** service is deprecated, first paragraph Clause 13.10: > The specification of this...

Clause 13, Alarm and Event Services, is the chapter. Note that "... BACnet makes no distinction between an alarm and an event." You can do all kinds of things on...

The address you provide to the application needs to be its "local" address, the one that the application should "listen to." When the program runs it will prompt you for...

If the address is already in use then there is another application running that is already "bound" to the port. Before you run the application, try something like `sudo netstat...

Please check the traffic using Wireshark or something similar, you'll probably find that router to network 20 may be responding as a proxy for the other devices and also forwarding...