Joel Bender
Joel Bender
BACpypes uses IO Control Blocks (`iocb` module) to coordinate requests and responses, letting the application layer know when a particular request has been satisfied (in the case of a confirmed...
Segmentation is supported in BACpypes, and while the test coverage is not complete with respect to the 135.1 testing and conformance standard, it has been holding up. Configure your local...
Yea, that `.19.00` is a context encoded value with the wrong tag number, and the `.1f` after that is a closing tag. Something weird is going on with your client...
Gah! I didn't read the original problem correctly, this is a `ReadPropertyMultiple` not `ReadProperty` so the encoding is correct. The request decodes into ``` listOfReadAccessSpecs [0] objectIdentifier = ('device', 1600011)...
Your description is missing network numbers, so I'm going to assume that your PC is 192.168.0.3 on BACnet network 2, and your router routes between 192.168.0.4 on network 2 and...
I'd be curious to see what the output of the `WhoIsRouter.py` sample application if you put in `irt 192.168.0.4` to get the router to dump its routing table, and `wirtn...
**tl;dr** I do not have an implementation in BACpypes for the Event Algorithms (Clause 13.3) or Fault Algorithms (Clause 13.4), the closest is the COV notifications (Clause 13.1). I can't...
(sigh) no, it's still waiting for some time.
Sam, On 6/13/17 3:40 PM, Sam Sidhu wrote: > > I am new to bacnet and bacpypes. I am attempting to connect a Shark > 100b voltage meter to our...
There are few things to try: 1) Run the server with debugging turned on with something like `--debug bacpypes.service.cov:snork.txt` that directs debugging traffic to an external file, this shouldn't be...