UWNetworksLab / uProxy-p2p

Internet without borders
https://www.uproxy.org/
Apache License 2.0
866 stars 183 forks source link

presence for cloud server friends #2297

Closed trevj closed 8 years ago

trevj commented 8 years ago

A simple approach would be to periodically "ping" each cloud friend by SSHing into it and running zork's ping command.

trevj commented 8 years ago

I would hate to spend at this if we end up moving cloud servers to Quiver, though.

dborkan commented 8 years ago

This was mostly done in #2798 - we now assume all servers are initially offline, then change them to online once they respond to a ping (TCP socket connection to the SSH Port 5000). However we don't detect if they go offline again - the only way a server will transition from online to offline is if the user restarts the app or browser.