Joel Bender

Results 184 comments of Joel Bender

I believe that a stumbled over this, or maybe `@vocab` can be another way of "not strict". I expected this document and context... ``` doc = { "@context": { "@base":...

@pchampin thank you, I misunderstood the options.

In the ASN.1 of the standard, the `WritePropertyMultiple-Error` is described like this: ``` WritePropertyMultiple-Error ::= SEQUENCE { error-type [0] Error, first-failed-write-attempt [1] BACnetObjectPropertyReference } ``` Which in BACpypes is translated...

If you call `apdu.debug_contents()` you'll see all of the content that has been decoded. Check to make sure `hasattr(apdu, 'errorType')` and then `apdu.errorType.errorClass` and `apdu.errorType.errorCode` will have the rest of...

In threaded applications each thread will need some time to know if there is any work that it needs to do and there is overhead is switching between threads. The...

For old guys like me the building automation systems _were_ Supervisory Control And Data Acquisition (SCADA) systems, it was only until the mid 1980's that the "control logic" was moved....

Overhead. More CPU and RAM to wrap packets (small cost), more CPU to encrypt packets (large), more network bandwidth to get the packet to the other end (small with respect...

There is one set of problems at the virtual link layer, the `BIPForeign` class expects to be associated with a single BBMD and maintain its registration state. If you have...

Please do a pull, I added some debugging, and run it again with debugging turned on for the command, `--debug __main__.DiscoverConsoleCmd`. That property is just an array of object identifiers...

There are some properties that have a NULL value, like _Relinquish_Default_ and _Current_Command_Priority_, and while I don't see it as a valid option for the _Structured_Object_List_ property of the Device...