dnp3 / opendnp3

DNP3 (IEEE-1815) protocol stack. Modern C++ with bindings for .NET and Java.
https://dnp3.github.io
Apache License 2.0
300 stars 231 forks source link

Read TimeAndDate (Group 50 Variation 1) not supported #427

Closed mosseedwin closed 3 years ago

mosseedwin commented 3 years ago

When I send Read TimeAndDate (Group 50 Variation 1) to the server, the response is Function not supported.

emgre commented 3 years ago

OpenDNP3 supports g50v1 only in a write request following a non-LAN time sync as described in section 10.3.3.1 of IEEE 1815-2012. Reading its value is currently not supported.

OpenDNP3 is currently feature freezed as we concentrate our efforts on our next generation libraries written in Rust. We will only be doing bug fixes on OpenDNP3. You can have a look at our new DNP3 library available here: https://stepfunc.io/products/libraries/dnp3/

We would be happy to merge a PR with this functionality if it meets our quality standard, has the necessary unit tests and exposes it to the C# and Java bindings.