An open API service indexing awesome lists of open source software.

https://github.com/advancedclimatesystems/goldfish

Goldfish is a Go framework to create Modbus servers.
https://github.com/advancedclimatesystems/goldfish

modbus

Last synced: 11 months ago
JSON representation

Goldfish is a Go framework to create Modbus servers.

Awesome Lists containing this project

README

          

![logo](logo.png)

Goldfish [![GoDoc](https://godoc.org/github.com/AdvancedClimateSystems/goldfish?status.svg)](https://godoc.org/github.com/AdvancedClimateSystems/goldfish) [![Build Status](https://travis-ci.org/AdvancedClimateSystems/goldfish.svg?branch=master)](https://travis-ci.org/AdvancedClimateSystems/goldfish)
========

Goldfish is a Go package for creating Modbus TCP servers. See
[example/main.go][example] for an example.

## License

Goldfish is licensed under [Mozilla Public License][mpl] © 2017 [Advanced
Climate Systems][acs].

[acs]: climotion.com
[example]: example/main.go
[mpl]: LICENSE