• Stefy Lanza (nextime / spora )'s avatar
    Add C implementation and Debian packaging · cc2798c3
    Stefy Lanza (nextime / spora ) authored
    - Added wssshtools/ directory with C implementations:
      * wssshc.c - WebSocket SSH client (registration)
      * wsssh.c - SSH wrapper for tunneling
      * wsscp.c - SCP wrapper for tunneling
      * configure.sh - Build configuration script
      * Makefile - Build system
    
    - Added Debian packaging:
      * debian/control - Package metadata and dependencies
      * debian/rules - Build rules
      * debian/changelog - Package changelog
      * debian/copyright - Copyright information
      * debian/compat - Debhelper compatibility level
    
    - Updated build.sh to support C builds and Debian packaging (--debian flag)
    - Updated clean.sh to clean C artifacts and Debian build files
    - Updated .gitignore to exclude C build artifacts and Debian files
    - All C tools use OpenSSL for SSL/TLS WebSocket connections
    cc2798c3
Name
Last commit
Last update
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...
build.sh Loading commit data...
clean.sh Loading commit data...
requirements.txt Loading commit data...
wsscp.py Loading commit data...
wsssh.py Loading commit data...
wssshc.py Loading commit data...
wssshd.py Loading commit data...