# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/it43olq
網絡原理:史上最全 tcp-ip 協議詳解**
TCP/IP 協議包含了一系列的協議,也叫 TCP/IP 協議族(TCP/IP Protocol Suite,或 TCP/IP Protocols),簡稱 TCP/IP。TCP/IP 協議族提供了點對點的連結機制,並且將傳輸數據幀的封裝、尋址、傳輸、路由以及接收方式,都予以標準化。TCP/IP 協議的分層模型------------------在展開介紹 TCP/IP 協議之前,首先介紹一下七層 ⌘ Read more