ETP standard implementation (client side)
A simple client to communicate with ETP standard (v2)
- Java 11
- Maven
- 1.0.0:
- Initial Release
This project is licensed under the Apache 2.0 License - see the LICENSE
file for details
Please enter an issue in the repo for any questions or problems.
You can try the client locally with command line.
First, compile using Example profile :
mvn clean package -P Example
Then launch the client :
java -jar ./target/etpproto-java-[PROJECT_VERSION]-jar-with-dependencies.jar ws://[YOUR_DOMAIN]:[YOUR_PORT]/[SUB_PATH]/ [LOGIN] [PASSWORD]
Add the possibility to add a header value during websocket establishement : For OSDU it necessary to add in the header the "data-partition-id"