Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

ku-cylee/sysprgm-proj2-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Client-side Socket Programming using pthread

Project Summary

Subject

  • COSE322 System Programming
  • Term Project 2

Contributors

Target OS

  • Ubuntu 16.04 LTS

Execution

Build

$ make

Executable file client.out will be generated in ./bin/ folder

Execute

$ ./bin/client.out
input: 4 1111 2222 3333 4444
open: 1111 2222 3333 4444
close
input:

Log Files

Log files are generated under ./logs/ folder

$ ls ./logs/
1111-3.txt 2222-3.txt 3333-3.txt 4444-3.txt

About

Client-side Socket Program Implented using pthread.h for COSE322 System Programming Course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors