Skip to content

axelforsberg/cpp-newsserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cpp-newsserver

Newsserver is a project in a C++programming course @ LTH

created by:

Axel Forsberg and Simon Johansson

Quick start guide:

Use the following commands:

$ make

To compile two versions of server (hdd/ram) and one version of the client. The runnable files will be placed in the /bin folder

2a) $ newsserver_hdd portnbr

In /bin folder to run server with hddstorage option.

2b) $ newsserver_ram portnbr

In /bin folder to run server with ramstorage option

$ newsclient ipaddress portnbr

In binfolder to run client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages