Collect data from IoT devices, and send data to zipper engine
1.1K
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.

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
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.
Content type
Image
Digest
Size
336.2 MB
Last updated
over 5 years ago
docker pull yomorun/noise-source