Changes for page qaul قول

Last modified by Zenna Elfen on 2025/11/24 11:42

From version 3.1
edited by Zenna Elfen
on 2025/11/24 11:38
Change comment: There is no comment for this version
To version 2.2
edited by Zenna Elfen
on 2025/11/24 11:33
Change comment: Updated class property name

Summary

Details

Projects.Code.ProjectsClass[0]
Content Addressing
... ... @@ -1,1 +1,0 @@
1 -cont_core
Message Format & Serialization
... ... @@ -1,1 +1,1 @@
1 -mess_tan
1 +value1
P2P Connectivity
... ... @@ -1,1 +1,0 @@
1 -p2p_core
Session & Connection Management
... ... @@ -1,1 +1,1 @@
1 -sess_core
1 +value3
Content Addressing, an Elaboration
... ... @@ -1,3 +2,3 @@
1 -messages are addressed via their sha256 content hash. See more: https://qaul.github.io/qaul.net/#/qaul/rust/security
2 2  
3 3  
3 +
P2P Connectivity, an Elaboration
... ... @@ -1,1 +1,0 @@
1 -currently: direct IPv4/IPv6 connections; future: NAT Traversal. See more here: https://qaul.github.io/qaul.net/#/qaul/rust/connecting-nodes-statically , https://github.com/qaul/qaul.net/blob/main/docs/proposals/Privacy-Aware-Signaling-Before-Holepunching.md
Discovery, an Elaboration
... ... @@ -1,1 +1,3 @@
1 +
2 +
1 1  mdns peer discovery & BLE advertising peer discovery; user discovery within routing protocol
Physical Transport, an Elaboration
... ... @@ -1,1 +1,3 @@
1 -LAN transport (any LAN network: Wifi, phone thetering, Internet coffee, community network), BLE Bluetooth Low Energy, Internet overlay. See more at: https://qaul.net/tutorials/user-documentation/
1 +
2 +
3 +
Session & Connection Management
... ... @@ -1,1 +1,0 @@
1 -TLS, Noise KK, heartbeats
Transport, an Elaboration
... ... @@ -1,4 +1,4 @@
1 -qaul uses: libp2p TCP stack (TCP connection & Multiplexing), Quick, qaul's own BLE transport protocol
1 +qaul routing protocol - own distance vector routing protocol. Read more at: https://qaul.github.io/qaul.net/#/qaul/rust/routing
2 2  
3 3  
4 4