Skip to content

freesig/socket_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socket_finder Build Status Crates.io Crates.io docs.rs

A simple crate for finding a socket on a network using a UTF-8 String.

This simplifies the process of establishing a one-way connection between two machines by using a common String.

The crate consists of two types:

  • Beacon: Used for broadcasting a SocketAddrV4 alongside a UTF-8 string identifier.
  • Finder: Finds the SocketAddrV4 with the associated string identifier.

About

Smart socket finding for Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages