Skip to content

LeatherFire/SocketBridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SocketBridge

SocketBridge is a Python project that facilitates communication between devices over networks. It consists of two main scripts: SocketLongDistance and SocketListener.


πŸš€ Getting Started

The project enables executing commands and transferring files between different devices. Below are the details of each script:

SocketLongDistance

Used for executing commands on remote devices.

Features

  • Remote command execution
  • File download and upload

SocketListener

Used for listening to commands and executing them on the local device.

Features

  • Command listening
  • File exchange

πŸ”§ Installation

To use SocketBridge, follow these steps:

  1. Download the latest version:

    git clone https://github.com/LeatherFire/SocketBridge.git
    cd SocketBridge
  2. Switch to the tool's directory:

    cd SocketBridge
  3. Run SocketBridge:

    ./SocketLongDistance.py <IP_ADDRESS> <PORT>

    or

    ./SocketListener.py <IP_ADDRESS> <PORT>

πŸ› οΈ Usage

  • For SocketLongDistance, specify the IP address and port of the remote device.
  • For SocketListener, specify the IP address and port to listen on.

πŸ’‘ Note

Remember to replace <IP_ADDRESS> and <PORT> with your own values.


🀝 Contributing

Contributions are welcome! Feel free to open an issue for feedback and suggestions or submit a pull request directly.


πŸ“ License

This project is licensed under the MIT License. See the LICENSE file for details.

About

πŸ”— SocketBridge is a simple and effective tool that acts as a bridge to communicate between different network devices. This tool communicates and exchanges data using socket programming.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages