You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/external
dr7ana a3e6cec7e7 Address type migration + libquic bump
- llarp/router/router.hpp, route_poker, and platform code moved to libquic Address types
- implementing required methods in link_manager for connection establishment
- coming along nicely
1 year ago
..
CLI11@4c7c8ddc45 Replace cxxopts with CLI11 2 years ago
cpr@f88fd7737d Update submodules to latest version: 2 years ago
ghc-filesystem@cd6805e94d Update submodules to latest version: 2 years ago
nlohmann@bc889afb4c Update submodules to latest version: 2 years ago
oxen-libquic@009d61e251 Address type migration + libquic bump 1 year ago
oxen-mq@e1b66ced48 oxen-mq commit bump 1 year ago
pybind11@aa304c9c7d Update submodules to latest version: 2 years ago
span-lite@bc08bf8725 Added span backport 1 year ago
sqlite_orm@fdcc1da46f Update submodules to latest version: 2 years ago
uvw@36fdf810a6 Reformat with clang-format-11 4 years ago
CMakeLists.txt Zlib version bump 1.2.13 -> 1.3 1 year ago
readme.md Replace cxxopts with CLI11 2 years ago

readme.md

directory for git submodules

  • CLI11: cli argument parser
  • cpr: curl for people, used by lokinet-bootstrap toolchain (to be removed)
  • ghc-filesystem: std::filesystem shim lib for older platforms (like macos)
  • ngtcp2: quic implementation
  • nlohmann: json parser
  • oxen-encoding: bencode/endian header-only library
  • oxen-logging: spdlog wrapper library
  • oxen-mq: zmq wrapper library for threadpool and rpc
  • pybind11: for pybind modules
  • sqlite_orm: for peer stats db
  • uvw: libuv header only library for main event loop