Internals
Repository Layout
The repository layout is pretty standard for a ‘zproject’ based project.
CMakeLists.txt
– root CMake fileCODE_OF_CONDUCT.md
configure
– 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.md
README.md
scripts
– general purpouse utilitiessphinx_docs/
– Sources for the documentation.src/
– tcp server lib source