Skip to content

cerber-os/TIN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

116 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myNFS - Simple NFS stack

Stateless NFS server, C user library and example Cpp client prepared for Internet Techniques subject at Warsaw University of Technology

Building

Install development headers for Linux PAM. Example for Ubuntu:

sudo apt install libpam0g-dev

After installing neccesary dependencies, create out/ directory and run make command with one of the following goals:

make all        # Build release version of project

make asan_lsan  # Build with AddressSanitizer enabled

make debug      # Build with debug symbols

make tests      # Build unit tests

Compiled files should be available in out/ directory.

Example usage

Starting server with default config file:

out/server server/example.cfg

Starting client:

out/client

About

Project for Internet Techniques subject at Warsaw University of Technology

Resources

Stars

Watchers

Forks

Contributors