pvd-ws
A PhysX Visual Debugger(PVD) webSocket proxy which traffic all data of a websocket PVD client to PVD Application.
Usage
npx pvd-ws
or
npx pvd-ws [source] [target]
For example:
npx pvd-ws 127.0.0.1:5426 127.0.0.1:5425
will start a proxy server. Your PhysX client connect to ws://127.0.0.1:5426/
then its data will be sent to 127.0.0.1:5425
which is the default listening port of PVD application.