If you are running BPQ32/LinBPQ it is now possible to link the WhatsPac client directly to your BPQ Node without needing XRouter as an interface.
WhatsPac uses a subset of Paula G8PZT's Remote Host Protocol (RHP). BPQ implements that subset as part of TelnetServer. To use set both REST API Port and RHP port to your TelnetServer's HTTP port. For security reasons the client must run on same machine as BPQ or use an address covered by a LOCALNET TelnetServer config statement.
The Radio Port is always called RHPPORT and the first step of your connect script should be
{ "hop": "SWITCH", "cmd": "SWITCH", "val": "Connected to RHP Server" },
Monitoring is not implemented as there is no first link to monitor but you can use WhatsPac's terminal and the node's LISTEN command to monitor node traffic.