Skip to content

System Programming: HTTP Calculation Offloading Service

License

Notifications You must be signed in to change notification settings

Tomato997/HTTP_Calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP_Calc

System Programming: HTTP Calculation Offloading Service

To start, compile with following parameters: clang -Wall -lm --pedantic -D_POSIX_C_SOURCE=200809L Server.c

After this, you can start the server with a port you want or show the help.

Show the help: -h

Start with specific port: -p portnumber

Then go to a browser(e.g.Google Chrome) and enter as below: http://localhost:portnumber

After pressing enter, you will reach the mainpage. There you see all the operations that can be done.

Have fun!

About

System Programming: HTTP Calculation Offloading Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published