Driver for communicating with the PF400.
git clone https://github.com/AD-SDL/pf400_module.git
cd pf400_module
python -m venv .venv && source .venv/bin/activate
pip install -e .
python3 -m pf400_rest_node --host=<HOSTNAME> --port <PORT> --alias <ALIAS> --pf400_ip <IP> --pf400_port <PORT>
You can use 0.0.0.0
as the hostname to connect from any device on the local network.