added docker image, more links
This commit is contained in:
@@ -28,13 +28,14 @@ The main features of the daemon are:
|
|||||||
* dump received bytes to binary files for later playback/analysis
|
* dump received bytes to binary files for later playback/analysis
|
||||||
* listen for client connections on a dedicated TCP port (command line style and/or HTTP)
|
* listen for client connections on a dedicated TCP port (command line style and/or HTTP)
|
||||||
* optionally format messages and data in JSON on dedicated HTTP port
|
* optionally format messages and data in JSON on dedicated HTTP port
|
||||||
* optionally publish all received message data to MQTT topics and vice versa
|
* optionally publish all received message data to MQTT topics and vice versa including optional TLS
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Either pick the latest release package suitable for your system
|
Either pick the [latest release package](https://github.com/john30/ebusd/releases/latest)
|
||||||
(see https://github.com/john30/ebusd/releases/latest) or build it yourself.
|
suitable for your system or build it yourself.
|
||||||
|
|
||||||
Building ebusd from the source requires the following packages and/or features:
|
Building ebusd from the source requires the following packages and/or features:
|
||||||
* autoconf (>=2.63) + automake (>=1.11) or cmake
|
* autoconf (>=2.63) + automake (>=1.11) or cmake
|
||||||
@@ -65,6 +66,17 @@ Check the Wiki and/or the configuration repository:
|
|||||||
> https://github.com/john30/ebusd-configuration
|
> https://github.com/john30/ebusd-configuration
|
||||||
|
|
||||||
|
|
||||||
|
Docker image
|
||||||
|
------------
|
||||||
|
|
||||||
|
A Docker image is available on the hub and it contains the latest German configuration files.
|
||||||
|
You can use it like this:
|
||||||
|
> docker pull john30/ebusd
|
||||||
|
> docker run -it --rm --device=/dev/ttyUSB0 -p 8888 john30/ebusd
|
||||||
|
|
||||||
|
For more details, see [Docker Readme](contrib/docker/README.md).
|
||||||
|
|
||||||
|
|
||||||
Contact
|
Contact
|
||||||
-------
|
-------
|
||||||
For bugs and missing features use github issue system.
|
For bugs and missing features use github issue system.
|
||||||
|
|||||||
Reference in New Issue
Block a user