Skip to content

pqrs-org/cpp-local_datagram

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages