It builds and runs here (macOS 15, M1 macBook Pro)!
It really needs a Readme.md - explain what it does, what your goal is for sharing it (getting feedback), example use cases.
The config.json configuration is a bit odd -- it needs to be documented. It would also be helpful to be able to configure it with command-line options. And a -h command-line flag that documents those options.
You should listen to the build warnings about names. Structure member names shouldn't be all upper-case. Also warning: method "get_connection_count" is never used
Once I get a concrete use case working I'll open the code and give comments there, if you'd like.
It builds and runs here (macOS 15, M1 macBook Pro)!
It really needs a Readme.md - explain what it does, what your goal is for sharing it (getting feedback), example use cases.
The config.json configuration is a bit odd -- it needs to be documented. It would also be helpful to be able to configure it with command-line options. And a
-hcommand-line flag that documents those options.You should listen to the build warnings about names. Structure member names shouldn't be all upper-case. Also
warning: method "get_connection_count" is never usedOnce I get a concrete use case working I'll open the code and give comments there, if you'd like.