https://github.com/epri-dev/der-dnp3-an2018
Open Source DER Outstation for DNP AN2018-001: Reference Implementation of DNP3 Application Note AN2018-001 – “DNP3 Profile for Communications with Distributed Energy Resources"
https://github.com/epri-dev/der-dnp3-an2018
Last synced: 4 months ago
JSON representation
Open Source DER Outstation for DNP AN2018-001: Reference Implementation of DNP3 Application Note AN2018-001 – “DNP3 Profile for Communications with Distributed Energy Resources"
- Host: GitHub
- URL: https://github.com/epri-dev/der-dnp3-an2018
- Owner: epri-dev
- License: other
- Created: 2019-02-06T21:57:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-13T23:24:28.000Z (over 4 years ago)
- Last Synced: 2024-01-25T14:03:59.538Z (over 2 years ago)
- Language: C++
- Size: 695 KB
- Stars: 4
- Watchers: 14
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DER Outstation AN2018
DER Outstation 2018 is a lightweight, portable, fast and tested implementation of the Application Note AN2018-001 for Communications with Distributed Energy Resources (DERs)
## Dependencies
• [OpenDNP3](https://www.automatak.com/opendnp3/)
• [OpenSSL](https://www.openssl.org/)
• [Boost](https://www.boost.org/)
## Building the Outstation
To build the Outstation, use the following command from the terminal
```
bash build.sh
```
## Running the Outstation
Navigate to the ~/der-an-2018 directory and run the following command from the terminal:
```
./der
```
## Documentation
The detailed user manual can be found [here](https://www.epri.com)