ppprobe
v1.0.0-beta.4
Published
Drops and reconnects router's PPP connection until certain conditions are met (packet loss and ping time)
Readme
ppprobe
(Formerly connection-prober)
Drops and reconnects router's PPP connection until certain conditions are met (packet loss and ping time)
Requirements
Node.js v8+
Installation
npm install -g ppprobeUsage
ppprobe [router access] [formula][router access]defaults totelnet://admin:[email protected][formula]defaults to(ping + loss * 10) < 150
SSH Example (with a different formula)
ROUTER_PK=~/.ssh/router/id_rsa ppprobe ssh://[email protected]:22 '(ping < 120) and (loss < 2)'Telnet Example
ppprobe telnet://admin:[email protected]