Simple C server for achieving a nice remote shell allowing:
- Remote C function calls
- Remote shell commands
- Remote filesystem management
macOS & Linux:
git clone [email protected]:doronz88/zshell.git
cd src/remote_server
make
On iOS:
git clone [email protected]:doronz88/zshell.git
cd src
./build_ios.sh
git clone [email protected]:doronz88/zshell.git
cd src/pyzshell
python3 -m pip install --user -U .
To execute the server:
./server [-p port]
Connecting via:
python3 -m pyzshell ishell <HOST>