Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 503 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 503 Bytes

netJeep

A simple extensible asynchronous network framework.

requirements

Boost >= 1.66.0

Asio non-Boost == 1.22.1

CryptoPP == 8.6

run

run apt install libboost-dev libasio-dev for boost and asio installation.

other requirements workings with cmake.

todos

  • udp support
  • structured InConnection and OutConnection manager
  • json config parser
  • router
  • logger