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: about 2 months 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