Skip to content

FerrumLink/FerrumLinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

FerrumLinker πŸš€πŸŒ

This is a simple TCP stream forwarder πŸ”„ built for the use with FerrumServe implemented using tokio, futures, and bytes crates in Rust πŸ¦€.
This program forwards data from standard input (stdin) to a specified TCP server and relays the server's responses back to the standard output (stdout).

Building πŸ“¦

  • Make sure you have Rust and Cargo installed on your system.
  • Clone this repository.
  • Change to the cloned directory.
  • Run cargo build to compile the project.
  • Run cargo run <server_address> to start the program, replacing <server_address> with the desired TCP server address (e.g., 127.0.0.1:8080).

License πŸ“

Copyright Β© 2023 Simon Guglberger

About

simple tcp stream forwarder

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages