mtdcr

Results 43 comments of mtdcr

The SCRAM family adds protection against many known attacks compared to simple hashes. It's probably not as widespread, because many mail clients lack support for it. However, security-aware people may...

Your devices speak [D0 protocol](https://www.mikrocontroller.net/attachment/89888/Q3Dx_D0_Spezifikation_v11.pdf), but the edl21 integration only supports the binary SML protocol at this time. Someone would need to implement a parser and a configuration knob to...

If this integration has ever worked for you before, you have a different issue than OP. You're also observing a different problem if your meter does not output ASCII characters...

> > Your devices speak [D0 protocol](https://www.mikrocontroller.net/attachment/89888/Q3Dx_D0_Spezifikation_v11.pdf), but the edl21 integration only supports the binary SML protocol at this time. > > Someone would need to implement a parser and...

> Would love to see the D0 integration, too. So please reopen this issue. > > Any hints are greatly appreciated - IÄm not a Python expert, but would invest...

@Alex-K37, @saltydk What's blocking this PR?

I see the same error message when trying to upload a file with DavX5 using Android Storage Access Framework. Content-Length is 0 in this case. Using wireshark, I confirmed that...

Inside the container's network namespace, I can see that the failing PUT request to ocdav's port 9350 contains a valid `Content-Length: 0` header.

I'm not trying to upload an empty file btw., but this happens when DavX5 doesn't know the file size in advance, i.e. when it's uploading a stream. Uploading files with...

config.json is a JSON representation of a dictionary containing key-value-pairs, pretty much like here in Python: https://github.com/mtdcr/pysml/blob/61e8b4d04eb5c9273ab90a37c68303c523b25fa2/examples/sml-mqtt-bridge.py#L421-L429 This would be the defaults in JSON: ```json { "config": "/var/lib/sml-mqtt-bridge/config.json", "broker": "mqtt://localhost",...