lib

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

README (785B)


      1 # radroots_simplex_smp_proto
      2 
      3 This is the README for `radroots_simplex_smp_proto`, which provides SimpleX SMP
      4 wire protocol primitives for the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * URI, server address, queue mode, and default port types for SMP endpoints;
      9  * protocol version constants and related compatibility bounds;
     10  * wire message, command, and protocol error types for SMP exchanges;
     11  * portable shared models with optional serialization and shared type export
     12    support.
     13 
     14 ## Copyright
     15 
     16 Except as otherwise noted, all files in the `radroots_simplex_smp_proto`
     17 distribution are
     18 
     19  Copyright (c) 2020-2026 Tyson Lupul
     20 
     21 For information on usage and redistribution, and for a DISCLAIMER OF ALL
     22 WARRANTIES, see LICENSE included in the `radroots_simplex_smp_proto`
     23 distribution.