python-matter-server is a Docker image for running a Matter protocol server implemented in Python, built specifically for the linux/arm/v7 architecture. This image targets ARMv7-based devices such as ihost and similar hardware. It is based on the el404/ihost-matter-server image.
To run the container on an ARMv7 device:
docker run -d \
--name=python-matter-server \
--network=bridge \
-p 5580:5580 \
-p 5581:5581 \
-p 5582:5582 \
-p 5583:5583 \
-v matter:/data \
thedubpalace/python-matter-server:latest
ws://ip-your-ihost:5580/wsContent type
Image
Digest
sha256:b15e88c08…
Size
310.9 MB
Last updated
7 months ago
docker pull thedubpalace/python-matter-server