Changes for page qaul قول

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

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

Summary

Details

Projects.Code.ProjectsClass[0]
Content Addressing
... ... @@ -1,0 +1,1 @@
1 +cont_core
Message Format & Serialization
... ... @@ -1,1 +1,1 @@
1 -value1
1 +mess_tan
P2P Connectivity
... ... @@ -1,0 +1,1 @@
1 +p2p_core
Session & Connection Management
... ... @@ -1,1 +1,1 @@
1 -value3
1 +sess_core
Content Addressing, an Elaboration
... ... @@ -1,3 +1,3 @@
1 +messages are addressed via their sha256 content hash. See more: https://qaul.github.io/qaul.net/#/qaul/rust/security
1 1  
2 2  
3 -
P2P Connectivity, an Elaboration
... ... @@ -1,0 +1,1 @@
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,3 +3,1 @@
1 -
2 -
3 3  mdns peer discovery & BLE advertising peer discovery; user discovery within routing protocol
Physical Transport, an Elaboration
... ... @@ -1,3 +1,1 @@
1 -
2 -
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/
Session & Connection Management
... ... @@ -1,0 +1,1 @@
1 +TLS, Noise KK, heartbeats
Transport, an Elaboration
... ... @@ -1,4 +1,4 @@
1 -qaul routing protocol - own distance vector routing protocol. Read more at: https://qaul.github.io/qaul.net/#/qaul/rust/routing
1 +qaul uses: libp2p TCP stack (TCP connection & Multiplexing), Quick, qaul's own BLE transport protocol
2 2  
3 3  
4 4