# 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/optgt3a
MQTT,弱網之友**
背景-- 最近搭建私有云環境中使用了 MQTT,MQTT 作爲客戶端和服務端之之間的長連接中間件,主要用作客戶端和服務端之間的信息交換。順手寫個文章分享一下。介紹--什麼是 MQTT 首先 MQTT 不是 MQ(消息隊列),只是名字帶有 MQ。 MQTT(Message Queuing Telemetry Transport),一種基於發佈 / 訂閱模式的消息傳輸協議,它設計輕巧、易於實現,非常適 ⌘ Read more