raumzeitlabor / hausbus2-go

Initial version of an RZLBus library for Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initial version of an RZLBus library for Go.

See http://raumzeitlabor.de/wiki/Hausbus2 for the motivation and specification.

Installing the library on your system

    go get github.com/raumzeitlabor/rzlbus

Running the example

First you need an SSL certificate; it’s sufficient to create a self-signed one for now. See http://www.akadia.com/services/ssh_test_certificate.html

Then, compile and run the example code:

    go build && ./example -rzlbus_listen="localhost:10444"

About

Initial version of an RZLBus library for Go.

License:Other


Languages

Language:Go 100.0%