Add C implementation and Debian packaging
- 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
Showing
wssshtools/configure.sh
0 → 100755
wssshtools/debian/changelog
0 → 100644
wssshtools/debian/compat
0 → 100644
wssshtools/debian/control
0 → 100644
wssshtools/debian/copyright
0 → 100644
wssshtools/debian/rules
0 → 100644
wssshtools/wsscp.c
0 → 100644
This diff is collapsed.
wssshtools/wsssh.c
0 → 100644
This diff is collapsed.
wssshtools/wssshc.c
0 → 100644
Please
register
or
sign in
to comment