Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 563 Bytes

File metadata and controls

37 lines (20 loc) · 563 Bytes

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