Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 1.64 KB

README.md

File metadata and controls

64 lines (36 loc) · 1.64 KB

PROJECT CURRENTLY UNDER CONSTRUCTION

flow

Flow is an attempt to implement a client for the OPC UA PubSub Spec Part 14

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

To be able to checkout and work with a local copy, you need the following set of tools installed on your machine:

  1. Java
  2. Scala
  3. SBT
  4. IntelliJ IDE

Installing

git clone https://github.com/eon-com/flow.git

Running the tests

TODO

Deployment

There is nothing to deploy. You can either choose to include this as a library dependency in your project or you can run this as standalone web application.

TODO: Document on how to do it!

Built With

  • Akka HTTP - The HTTP server
  • SBT - Dependency Management & build tool
  • Travis CI - Continuos Integration tool

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Jothi Sankarraj - Initial work - E.ON

See also the list of contributors who participated in this project.

License

TODO: Clarify this internally

Acknowledgments