PSSP Broker 1.0.5 — Windows x64

1. Extract this entire ZIP into a folder you can write to.
2. Double-click Start-PSSP-Broker.cmd.
3. On first run, save the generated administrator password when prompted.
4. Open http://127.0.0.1:8080 and sign in as pssp-admin / admin.
5. Keep the console open. Ctrl+C stops the foreground broker.

State is created in %LOCALAPPDATA%\PSSP and is preserved on subsequent runs.
The portal is bound to loopback. PSSP uses TCP and UDP port 6688.
For remote participants, configure network access appropriate to your deployment.

Manual PowerShell usage from this folder:
.\pssp-broker.exe bootstrap --data-dir "$env:LOCALAPPDATA/PSSP" --portal-bind 127.0.0.1:8080
.\pssp-broker.exe serve --data-dir "$env:LOCALAPPDATA/PSSP"

This is a console broker, not a Windows Service Control Manager executable.
No Rust, Node.js, Python or separate VC++ runtime installation is needed for
this broker binary. The development executable is unsigned.
Built for Windows x64 from source revision d8d0e4980ec132d47aed3c6a6d4b4218da29355b.
Version, bootstrap and portal startup were checked under Wine. Native Windows
operation has not been validated here. License: Proprietary.
See the website doc/pssp.html for the device-to-server usage guide.
