https://github.com/hrzlgnm/monkas
Netlink Socket experiments using libmnl
https://github.com/hrzlgnm/monkas
cmakelists cpp20 fmtlib libmnl linux netlink-socket spdlog
Last synced: 7 months ago
JSON representation
Netlink Socket experiments using libmnl
- Host: GitHub
- URL: https://github.com/hrzlgnm/monkas
- Owner: hrzlgnm
- License: mit-0
- Created: 2025-06-12T20:33:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-12T21:42:36.000Z (7 months ago)
- Last Synced: 2025-06-12T21:48:23.950Z (7 months ago)
- Topics: cmakelists, cpp20, fmtlib, libmnl, linux, netlink-socket, spdlog
- Language: C++
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- [monkas](#monkas)
- [Dependencies](#dependencies)
- [Quick install for debian/ubuntu based distors](#quick-install-for-debianubuntu-based-distors)
- [Quick Start](#quick-start)
# monkas
Netlink Socket experiments using libmnl
# Dependencies
- [cmake](https://cmake.org/)
- [libmnl](https://netfilter.org/projects/libmnl/)
- [spdlog](https://github.com/gabime/spdlog)
- [fmt](https://fmt.dev)
- [gflags](https://github.com/gflags/gflags)
## Quick install for debian/ubuntu based distors
```console
sudo apt install build-essential cmake libmnl-dev libspdlog-dev libgflags-dev libfmt-dev
```
# Quick Start
```console
cmake -B build -S .
cmake --build build
build/examples/cli/monkas
```