Skip to content

A C++ Object-Oriented Library/Wrapper of the C Berkley Socket API

Notifications You must be signed in to change notification settings

project-terris/terrisock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#terrisock By Ben Soer and Eric Tsang

terrisock is an Object Oriented Library/Wrapper to make working with the C Berkley Socket API easier to handle in typical tasks

Currently the project is in massive development

###File Structure Note this file structure is not finalized and may be altered as more suitable structures are found later on

root
|
|-- bin
|----- Debug
|-------- *compiled files*
|-- docs
|----- *documentation/diagrams*
|-- headers
|----- *src .h files*
|-- src
|----- *src .cpp files*
|----- tcp
|-------- *tcp .cpp files*
|----- udp
|-------- *udp .cpp files*
|-- tests
|----- *unit/e2e tests*
|-- CMakeLists.txt
|-- README.md
|-- .gitignore

About

A C++ Object-Oriented Library/Wrapper of the C Berkley Socket API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published