npm.io
2.0.1 • Published 5 years ago

node-red-contrib-axis-discovery

Licence
MIT
Version
2.0.1
Deps
3
Size
5 kB
Vulns
0
Weekly
0
Stars
2

node-red-contrib-axis-discovery

Discovers Axis devices with SSD (UpnP) and Bonjour.

Known limitations

When running Node-RED in Docker, discovery will not work unless you set container to use host network instead of defining ports.

Docker-compose example

    network_mode: "host"
#   ports:
#      - '1880:1880'