Skip to content

TCP and UDP client to send specific contents of log file in Rust

Notifications You must be signed in to change notification settings

grng3r/file_send_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)>

About

TCP and UDP client to send specific contents of log file in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages