Henrik Wahlgren

Results 15 issues of Henrik Wahlgren

When trying to solve some user issues: #4 I found (after some other fixes #7 ) that my test EMH meter is responding with only an ACK on a read...

I am not sure if this belongs in pygripcontrol or here. But I am using Django so I start here. My websocket client sends pings to keep the connection alive....

Handle all PINGs automatically. Pros: according to RFC that will include the content in the PONG. Cons: no control over the PINGs in case you want to add some logic...

It seems like the TcpTransport could also be used for UDP traffic as it only uses the IP-wrapper. The actual TCP-layer is implemented in the IO-implementation so maybe a better...

There is no `.to_bytes()` defined for `dlms_data.TimeData` and `dlms_data.DateData`` They should be instanciated with either datetime, data or time object. None should also be allowed and encoded to all ones....