Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marirs/sock2tcp
Receive data into a Unix Socket and forward it to a Tcp Port
https://github.com/marirs/sock2tcp
rust rust-lang socket unix
Last synced: 23 days ago
JSON representation
Receive data into a Unix Socket and forward it to a Tcp Port
- Host: GitHub
- URL: https://github.com/marirs/sock2tcp
- Owner: marirs
- License: mit
- Created: 2020-12-24T03:27:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-24T03:37:24.000Z (about 4 years ago)
- Last Synced: 2024-11-08T22:50:34.493Z (3 months ago)
- Topics: rust, rust-lang, socket, unix
- Language: Rust
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sock2tcp
--------
Receive data into a Unix Socket and forward it to a Tcp Port### Requirements
- `Rust 1.40.0` or above stable version### Compile
```bash
cargo b
```---
Sriram