Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.05 KB

Overview

crates.io docs.rs License Build Status

correspondent is a high-level networking library which facilitates a non-hierarchical network of peers to send messages.

correspondent uses DNS-SD to discover peers on the local network.

correspondent uses Quinn, an implementation of the QUIC protocol, as a transport layer.

See correspondent/examples/chat.rs for a simple example application.

Supported Services

Operating System Service
Windows 10 Dnsapi.dll
Linux Avahi (via dbus)