A simplistic sample project showing how the rscp-e3dc library could be used to authenticate with an E3DC server, and send a request to fetch database history data using the proprietary RSCP protocol from E3/DC GmbH.
It also includes a helper class to encrypt and decrypt frames sent to and from an E3DC server. See BouncyAES256Helper.java and its usage for more details.
This sample application is available under the MIT license.
- JDK 1.8+
- Maven 3.6
Build the library with:
mvn clean compile
Run the tests with:
mvn test
Pack the jar with:
mvn package