Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
certifi==2024.8.30
charset-normalizer==3.4.0
h5py==3.12.1
idna==3.10
idna==3.15
numpy==2.1.3
pandas==2.2.3
pvlib==0.11.1
Expand Down
2 changes: 1 addition & 1 deletion net.solarnetwork.node.io.dnp3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ See the [Outstation README](./README-Outstation.md) document for more details.

# OpenDNP3 Shared library

SolarNode must be able to find the OpenDNP3 `libopendnp3java` shared library at runtime.
SolarNode must be able to find the [OpenDNP3](https://github.com/dnp3/opendnp3) `libopendnp3java` shared library at runtime.
If this is not available in a standard location, add the appropriate path to the `java.library.path`
system property. For example, pass the following argument to the JVM:

Expand Down