Skip to content

the main server gets input(link ID and file size) from keyboard. Then it sends the search request to the database server through UDP. When the database server gets the request, it will search through the database(database.txt). After searching it will send back the link capacity, link length and propagation velocity to main server through UDP. I…

Notifications You must be signed in to change notification settings

ThomasNing/UDP_servers_information_transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Name: Zhiyuan Ning USC ID:1808644153 Email:[email protected] Description: I cite and look up the code from Beej's Guide. Because some of the function does not support in C langauage, I use the C++ language to program this assignment. I also cite and look up the code from: https://www.cnblogs.com/leezheng/p/8030011.html All of the functions and server works well. To seperate the database and calcserver, I initialize two sockets to transfer. The output corresponds to the .pdf demo.

About

the main server gets input(link ID and file size) from keyboard. Then it sends the search request to the database server through UDP. When the database server gets the request, it will search through the database(database.txt). After searching it will send back the link capacity, link length and propagation velocity to main server through UDP. I…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published