Skip to content

Sample project using rscp-e3dc to authenticate and exchange frames with an E3DC server.

License

Notifications You must be signed in to change notification settings

bvotteler/rscp-e3dc-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rscp-e3dc-sample License: MIT

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.

Requirements

  • JDK 1.8+
  • Maven 3.6

Build

Build the library with:

mvn clean compile

Test

Run the tests with:

mvn test

Package a jar

Pack the jar with:

mvn package

About

Sample project using rscp-e3dc to authenticate and exchange frames with an E3DC server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages