Skip to content

raumzeitlabor/hausbus2-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages