Skip to content

Simple GUI client to store/fetch users and their phones to/from server using UDP

Notifications You must be signed in to change notification settings

playXE/IcedPhoneNumbersUDP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udp-app

Simple GUI app that allows you to save phone numbers by key and receive them from database by running separate server and using UDP to send/receive data.

How to run

git clone https://github.com/playXE/IcedPhoneNumbersUDP && cd IcedPhoneNumbersUDP
cargo build 

Then run cargo run --bin server and cargo run --bin client. You would need to enter IpV4 addr for server to bind to when running it. And in client you would need to enter IpV4 addr for client itself and sevrer address.

YouTube video - running this app to showcase it without need of downloading and building it. :D

About

Simple GUI client to store/fetch users and their phones to/from server using UDP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages