Real-life examples based on the SystemCore.
Built with Fractal System Architecture (FSA)
Learn more: https://github.com/fractal-programming
Status
- In progress
git clone https://github.com/fractal-programming/FrapExamples.git --recursive
cd t01_tcp-echo-server
mkdir -p build
cd build
Meson
meson setup . ..
meson compile
CMake
cmake ..
cmake --build .
./app
Every example will have its own README file for further information explaining what is going on.
If you want to use the core in your own project then simply add the repository as a submodule like this
git submodule add https://github.com/fractal-programming/SystemCore.git