Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.2 KB

Build Status License

cpp-local_datagram

local datagram server and client.

  • Server and client work asynchronously. (using pqrs::dispatcher)
  • Server and client can be used safely in a multi-threaded environment.
  • Server will restart automatically when service is down. (e.g., when the socket file is removed.)
  • Client will reconnect automatically when the connection is closed unintendedly. (e.g., when the server is down.)

Requirements

cpp-local_datagram depends the following classes.

Install

Using package manager

You can install include/pqrs by using cget.

cget install pqrs-org/cget-recipes
cget install pqrs-org/cpp-local_datagram

Manual install

Copy include/pqrs directory into your include directory.