Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 496 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 496 Bytes

A client to send the contents of a file over TCP or UDP in rust. This implementation works for an local test. To use it in production the loopback address should be changed to the local ip address, also there should be a specific console.log (not provided) in the same location as main.rs, that can be changed according to requirements. Build with cargo build --release. Usage: a) TCP: <t(tcp)> b) UDP: <u(udp)>