mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-04-26 21:45:15 +00:00
titles
This commit is contained in:
+2
-2
@@ -8,9 +8,9 @@ For usage and API overview, see [docs/AGENT.md](../docs/AGENT.md). For protocol
|
||||
|
||||
**Module specs**: [Agent](modules/Simplex/Messaging/Agent.md) · [Agent Client](modules/Simplex/Messaging/Agent/Client.md) · [Agent Protocol](modules/Simplex/Messaging/Agent/Protocol.md) · [Store Interface](modules/Simplex/Messaging/Agent/Store/Interface.md) · [NtfSubSupervisor](modules/Simplex/Messaging/Agent/NtfSubSupervisor.md) · [XFTP Agent](modules/Simplex/FileTransfer/Agent.md) · [Ratchet](modules/Simplex/Messaging/Crypto/Ratchet.md)
|
||||
|
||||
### Component topology
|
||||
### Agent components
|
||||
|
||||

|
||||

|
||||
|
||||
### Message receive flow
|
||||
|
||||
|
||||
+6
-6
@@ -12,9 +12,9 @@ For deployment and usage, see [docs/CLIENT.md](../docs/CLIENT.md). For protocol
|
||||
|
||||
Generic protocol client used for both SMP and NTF connections. Manages a single TLS connection with multiplexed command/response matching via correlation IDs.
|
||||
|
||||
### Component topology
|
||||
### SMP Client components
|
||||
|
||||

|
||||

|
||||
|
||||
### Command/result flow
|
||||
|
||||
@@ -63,9 +63,9 @@ sequenceDiagram
|
||||
|
||||
Connection manager that multiplexes multiple ProtocolClient connections. Tracks subscriptions, handles reconnection with backoff, and forwards server messages and connection events upward. Used by SMP router (proxying) and NTF router (subscriptions).
|
||||
|
||||
### Component topology
|
||||
### SMPClientAgent components
|
||||
|
||||

|
||||

|
||||
|
||||
### Connection lifecycle
|
||||
|
||||
@@ -118,9 +118,9 @@ sequenceDiagram
|
||||
|
||||
Stateless wrapper around HTTP2Client. XFTPClient adds no threads of its own; each operation is a synchronous HTTP/2 request/response. Serialization and multiplexing happen inside HTTP2Client's internal request queue and process thread.
|
||||
|
||||
### Component topology
|
||||
### XFTP Client components
|
||||
|
||||

|
||||

|
||||
|
||||
### Packet delivery flow
|
||||
|
||||
|
||||
+6
-6
@@ -10,9 +10,9 @@ For deployment and configuration, see [docs/ROUTERS.md](../docs/ROUTERS.md). For
|
||||
|
||||
**Module specs**: [Server](modules/Simplex/Messaging/Server.md) · [Main](modules/Simplex/Messaging/Server/Main.md) · [QueueStore](modules/Simplex/Messaging/Server/QueueStore.md) · [QueueStore Postgres](modules/Simplex/Messaging/Server/QueueStore/Postgres.md) · [MsgStore](modules/Simplex/Messaging/Server/MsgStore.md) · [StoreLog](modules/Simplex/Messaging/Server/StoreLog.md) · [Control](modules/Simplex/Messaging/Server/Control.md) · [Prometheus](modules/Simplex/Messaging/Server/Prometheus.md) · [Stats](modules/Simplex/Messaging/Server/Stats.md)
|
||||
|
||||
### Component topology
|
||||
### SMP Router components
|
||||
|
||||

|
||||

|
||||
|
||||
### Packet delivery flow
|
||||
|
||||
@@ -72,9 +72,9 @@ sequenceDiagram
|
||||
|
||||
**Module specs**: [Server](modules/Simplex/FileTransfer/Server.md) · [Main](modules/Simplex/FileTransfer/Server/Main.md) · [Store](modules/Simplex/FileTransfer/Server/Store.md) · [StoreLog](modules/Simplex/FileTransfer/Server/StoreLog.md) · [Stats](modules/Simplex/FileTransfer/Server/Stats.md) · [Transport](modules/Simplex/FileTransfer/Transport.md)
|
||||
|
||||
### Component topology
|
||||
### XFTP Router components
|
||||
|
||||

|
||||

|
||||
|
||||
### Data packet delivery flow
|
||||
|
||||
@@ -122,9 +122,9 @@ sequenceDiagram
|
||||
|
||||
**Module specs**: [Server](modules/Simplex/Messaging/Notifications/Server.md) · [Main](modules/Simplex/Messaging/Notifications/Server/Main.md) · [Store Postgres](modules/Simplex/Messaging/Notifications/Server/Store/Postgres.md) · [APNS](modules/Simplex/Messaging/Notifications/Server/Push/APNS.md) · [Control](modules/Simplex/Messaging/Notifications/Server/Control.md) · [Client](modules/Simplex/Messaging/Notifications/Client.md) · [Protocol](modules/Simplex/Messaging/Notifications/Protocol.md)
|
||||
|
||||
### Component topology
|
||||
### NTF Router components
|
||||
|
||||

|
||||

|
||||
|
||||
### Token registration and notification delivery
|
||||
|
||||
|
||||
Reference in New Issue
Block a user