• nextime's avatar
    Enhance Python implementations with reconnection logic · f7dc5d7f
    nextime authored
    - Add --interval option to both wsssh.py and wsscp.py (default: 30s)
    - Implement automatic WebSocket reconnection during active tunnels
    - Add retry logic for initial connection failures
    - Smart timing: 1-second WebSocket reconnections vs configurable initial setup retries
    - Enhanced connection resilience for both SSH and SCP operations
    - Maintain backward compatibility with existing functionality
    f7dc5d7f
Name
Last commit
Last update
logos Loading commit data...
templates Loading commit data...
wssshtools Loading commit data...
.gitignore Loading commit data...
CHANGELOG.md Loading commit data...
DOCUMENTATION.md Loading commit data...
LICENSE.md Loading commit data...
README.md Loading commit data...
TODO.md Loading commit data...
build.sh Loading commit data...
clean.sh Loading commit data...
image.jpg Loading commit data...
requirements.txt Loading commit data...
wsscp.py Loading commit data...
wsssh.py Loading commit data...
wssshc.py Loading commit data...
wssshc_watcher.sh Loading commit data...
wssshd.conf.example Loading commit data...
wssshd.py Loading commit data...