Skip to content

Demonstration of automatic connection establishment between client and server on local network

License

Notifications You must be signed in to change notification settings

limitedeternity/AutoConnectDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoConnectDemo

Demonstration of automatic connection establishment between client and server on local network

Screenshot

What's going on?

Both client and server are written in Rust.

Server runs a periodic UDP broadcast (to disclose its IP address for clients on local network) and a web-server simultaneously.

Client recieves UDP-broadcasted message, verifies it, looks up the source of this message and initiates a TCP connection to the looked up source. Client connects to a web-server and recieves "Hello, World!" from it.

Meta

Distributed under the MIT license. See LICENSE for more information.

@limitedeternity

About

Demonstration of automatic connection establishment between client and server on local network

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages