Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.12 KB

File metadata and controls

32 lines (18 loc) · 1.12 KB

Remote-Terminal-Python

This is a Python project based on firebase (pyrebase) RealTime Database to Remotely accessing Device Terminal without any port forwarding or Public IP.

information

Fill up the firebase Configuration for both Host.py and client.py files

Firebase Configuration

DataBase Information:

structe of firebase database

Add Device Name ( at client.py) from database information as follow:

Firebase Configuration

Commands:

Any Device Specific command can be executed as it's based on Subprocess Library.

Built in Commands:

upload <filename>   to upload file from client to Host device.

download <filename> to download file from host device to client.

status              to check host connected or not.

exit                to stop both host and client file executions.