Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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