Internals
Repository Layout
The repository layout is pretty standard for a ‘zproject’ based project.
CMakeLists.txt– root CMake fileCODE_OF_CONDUCT.mdconfigure– conf script allowing quick access to script utils (sets the env)examples/– client - server example codeinclude/– .so shard lib headers (interface)libs/– helper utilities compiled to shared libsLICENSE.mdREADME.mdscripts– general purpouse utilitiessphinx_docs/– Sources for the documentation.src/– tcp server lib source