Sign inSign up

yomorun/noise-source

By yomorun

Updated almost 5 years ago

Collect data from IoT devices, and send data to zipper engine

Image
0

1.1K

yomorun/noise-source repository overview

Quick reference (cont.)

What is noise-source?

This is part of the example-noise, which describes how to write a noise-source to receive data from the device, and send it to the back-end workflow engine(noise-zipper) after it has been transformed and encoded.

arch1.png

How to use this image

run the container

docker run --rm --name noise-source -p 1883:1883 \
  -e YOMO_SOURCE_MQTT_ZIPPER_ADDR=192.168.108.100:9999 \
  -e YOMO_SOURCE_MQTT_SERVER_ADDR=0.0.0.0:1883 \
  yomorun/noise-source:latest
  • YOMO_SOURCE_MQTT_ZIPPER_ADDR: Set the service address of the remote noise-zipper.
  • YOMO_SOURCE_MQTT_SERVER_ADDR: Set the external service address of this noise-source.

License

View license information for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

Some additional license information which was able to be auto-detected might be found in noise-source

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

Tag summary

Content type

Image

Digest

Size

336.2 MB

Last updated

over 5 years ago

docker pull yomorun/noise-source