Skip to content

shengc5/Server_Offloading_TCP-UDP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A computational offloading model with a front server and two backend servers designed to handle different computations. The client communicates with the front server(the edge server) using TCP, the edge then uses UDP to communicate with backend servers to receive computation results

edge.c: serves as the edge server, receives data, send to backend servers and send results to client
client.c: the client that reads computations from a text file and then sends to the edge server
server_and.c: the backend server that deals with "and" computations
server_or.c: the backend server that deals with "or" computations
job.txt: this is the input files that includes computations to be conducted
Makefile: this is the Makefile that automates compilation processes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published