From 58c61a2557573e3ba959f089c212c92d1827b2cd Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 10 Nov 2022 16:20:14 +0100 Subject: [PATCH] Updated readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index de09fc0..80996d2 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ Lightweight Extensible Message Format LXMF is a simple and flexible messaging format and delivery protocol that allows a wide variety of implementations, while using as little bandwidth as possible. It is built on top of [Reticulum](https://github.com/markqvist/reticulum) and offers zero-conf message routing, end-to-end encryption and Forward Secrecy by default. +User-facing clients that use LXMF include: + +- [Sideband](https://github.com/markqvist/sideband) +- [Nomad Network](https://github.com/markqvist/nomadnet) +- [Nexus Messenger](https://github.com/HarlekinSimplex/nexus_messenger) + ## Structure LXMF messages are stored in a simple and efficient format, that's easy to parse and write.