Skip to content

Commit 1bcce9e

Browse files
committed
update docu sources
1 parent d9abee6 commit 1bcce9e

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

adnl/ADNL-TCP-Liteserver.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11

22
## ADNL TCP + Liteserver
3+
4+
Originally written by Oleg Baranov https://github.com/xssnick/ton-deep-doc/blob/master/ADNL-TCP-Liteserver.md
5+
36
This is the lower level protocol on which all interaction in the TON network is built, it can work on top of any protocol, but is most often used on top of TCP and UDP. UDP is used for communication between nodes, and TCP is used for communication with lite servers.
47

58
Now we will analyze ADNL running over TCP and learn how to interact with lite servers directly.

adnl/ADNL-UDP-Internal.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## ADNL UDP (by Oleg Baranov https://github.com/xssnick/ton-deep-doc/blob/patch-1/TL.md)
1+
## ADNL UDP
2+
3+
Originally written by Oleg Baranov https://github.com/xssnick/ton-deep-doc/blob/master/ADNL-UDP-Internal.md
24

35
ADNL over UDP is used by nodes and TON components to communicate with each other. It is a low-level protocol on top of which other, higher-level TON protocols such as DHT and RLDP operate. In this article, we will analyze how ADNL over UDP works for basic data exchange between nodes, tunneling and anonymizing traffic will be discussed in a separate article.
46

tl/TL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# TL
22

3+
Originally written by Oleg Baranov https://github.com/xssnick/ton-deep-doc/blob/master/TL.md
4+
35
TL (Type Language) is a language for describing data structures.
46

57
For structuring useful data, when communicating, [TL schemas](https://github.com/ton-blockchain/ton/tree/master/tl/generate/scheme) are used.

0 commit comments

Comments
 (0)