lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

README (863B)


      1 # radroots_simplex_agent_proto
      2 
      3 This is the README for `radroots_simplex_agent_proto`, which provides SimpleX
      4 agent envelopes and queue models for the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * encode and decode helpers for agent frames, envelopes, connection links, and
      9    decrypted payloads;
     10  * connection mode, status, queue address, queue descriptor, and receipt model
     11    types;
     12  * shared ratchet header and state integration from
     13    `radroots_simplex_smp_crypto`;
     14  * portable shared models with optional serialization and shared type export
     15    support.
     16 
     17 ## Copyright
     18 
     19 Except as otherwise noted, all files in the `radroots_simplex_agent_proto`
     20 distribution are
     21 
     22  Copyright (c) 2020-2026 Tyson Lupul
     23 
     24 For information on usage and redistribution, and for a DISCLAIMER OF ALL
     25 WARRANTIES, see LICENSE included in the `radroots_simplex_agent_proto`
     26 distribution.