Coder Social home page Coder Social logo

halcyon's Introduction

Halcyon

Halcyon is a scalable, cross-platform, embeddable, open-source OPC-UA server.

Building and Running Halcyon

Step 0

Install JDK8 and make sure it's either a) the default JDK on your path or b) the JDK $JAVA_HOME points to.

Step 1

Clone, build, and install mezzanine, the OPC-UA SDK Halcyon is built on.

git clone https://github.com/digitalpetri/mezzanine.git
cd mezzanine
mvn install

This step will only be necessary until mezzanine is being released to Maven Central.

Step 2

Clone, build, and package halcyon.

git clone https://github.com/digitalpetri/halcyon.git
cd halcyon
mvn package

If packaging halcyon was successful a zip distribution can be found under halcyon-jsw/target called halcyon-0.1.0-SNAPSHOT.zip (or whatever the current version actually is...)

Step 3

Install and configure the halcyon distribution...

mkdir /opt/halcyon
unzip -d /opt/halcyon halcyon-jsw/target/halcyon-0.1.0-SNAPSHOT.zip
cd /opt/halcyon
chmod +x bin/halcyon.sh

At this point you'll probably want to uncomment and modify the wrapper.java.additional.1=-Dhostname=localhost parameter in config/wrapper.conf so it points to a resolvable hostname or the IP address.

Step 4

Start Halcyon

/opt/halcyon/bin/halcyon.sh start

Installing New Connection Types

Halcyon doesn't come bundled with any connection types, which admittedly makes for a pretty uninteresting OPC-UA server.

But once you've developed/acquired a new connection type its jar files should be placed in the lib/ folder and its connection instance configuration files placed in the connections/ folder.

If you ask me nicely ([email protected]) I'll send you a Modbus connection binary you can test with.

halcyon's People

Contributors

kevinherron avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.