2023-07-09 08:45:02 -04:00
<!doctype html>
< html >
< head >
2023-12-25 06:08:56 -05:00
< link rel = "stylesheet" href = "css/water.css?v=6" >
2023-07-09 08:45:02 -04:00
< meta charset = "utf-8" / >
< title > Reticulum Network< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< / head >
< body >
2023-12-25 14:53:33 -05:00
< p > < center > < div class = "top_menu lang_menu" > < a href = "./docs_de.html" > Deutsch< / a > | < a href = "./docs.html" > English< / a > | < a href = "./docs_pl.html" > Polski< / a > | < a href = "./docs_pt-br.html" > Português< / a > | < a href = "./docs_tr.html" > Türkçe< / a > | < a href = "./docs_jp.html" > 日本語< / a > | < a href = "./docs_zh-cn.html" > 简体中文< / a > < / div > < div class = "top_menu" > < a href = "index.html" > Reticulum< / a > | < a href = "start.html" > Start< / a > | < a href = "hardware.html" > Hardware< / a > | < a href = "connect.html" > Testnet< / a > | < a href = "docs.html" > Manual< / a > | < a href = "crypto.html" > Crypto< / a > | < a href = "credits.html" > Credits< / a > | < a href = "https://github.com/markqvist/reticulum" > Source< / a > | < a href = "donate.html" > Donate< / a > < / div > < / center > < / p >
2023-07-09 08:45:02 -04:00
< h1 > Read The Manual< / h1 >
< p > You can browse full documentation for Reticulum < a href = "manual/index.html" > on this site< / a > or < a href = "https://markqvist.github.io/Reticulum/manual/" > on GitHub Pages< / a > .< / p >
2023-07-09 09:30:58 -04:00
< p > You can also < a href = "manual/Reticulum%20Manual.pdf" > download the Reticulum manual as a PDF< / a > or in < a href = "manual/Reticulum%20Manual.epub" > EPUB format< / a > .< / p >
2023-07-09 08:45:02 -04:00
< p align = "right" > < a href = "crypto.html" > Next Topic: Cryptographic Primitives< / a > < / p >
< / body >
< / html >