Skip to content

danielmulvad/CSC-340-05-Group-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Group Project

Getting Started

This project is intended only to run on UNIX systems.
It has been compiled and tested on MacOS 14.3.

Prerequisites

Building

make all

Operation

Running Server

./out/server

Running Client

./out/client

To demonstrate functionality, the ideal setup is to run the server and at least two clients concurrently.

Documentation

Documentation is provided via Doxygen.

Building

doxygen Doxyfile

Viewing

open out/doxygen/html/index.html

Testing

Building

make client_test common_test server_test

Running

./out/test_server
./out/test_client
./out/test_common

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published