Included libraries
Integrated libraries
Kismet uses several libraries which are built as part of the Kismet source code; without the open-source community this wouldn’t be possible.
- fmtlib: C++ string formatting for faster message generation with fewer temporary variables.
- jsoncpp: JSON parser
- kaitai: Binary parser generator and stream library
- microhttpd: Webserver
- nlohmann json: JSON sanitization
- sha1: Simple SHA1 implementation
- radiotap: Radiotap header definitions
- xxhash32: Fast 32bit hashing algorithm