A virtual device that simulates sensors and uses an MQTT broker to communicate.
4.9K
A virtual device that simulates sensors and uses an MQTT broker to communicate using the TATU and ExtendedTATU protocol.
Click here to check more information about virtual-fot-device.
| Arg | Name | Description | Default |
|---|---|---|---|
| -di | Device ID | Sets the device name to identify it in an MQTT connection | Random |
| -bi | Broker IP | Sets the MQTT broker IP | localhost |
| -pt | Port | Sets the MQTT connection port | 1883 |
| -us | Username | Sets the MQTT connection user | karaf |
| -pw | Password | Sets the MQTT connection password | karaf |
| -ps | Persistence | Defines whether the device should persist the collected samples in a file | true |
PS: There cannot be two devices with the same Device ID in the same MQTT broker.
docker run -i larsid/virtual-fot-device:<tagname>
docker run -i larsid/virtual-fot-device:<tagname> -di "myVirtualDevice"
docker run -i larsid/virtual-fot-device:<tagname> -di "myVirtualDevice" -bi 0.0.0.0 -p 1885
Content type
Image
Digest
sha256:67634789c…
Size
55 MB
Last updated
11 months ago
docker pull larsid/virtual-fot-device:v1.1.0-teste