tinydb.conf
来自「用于传感器网络的节点操作系统 TinyOS 结构设计非常有意思」· CONF 代码 · 共 33 行
CONF
33 行
%tinydb config file%format param:value%postgres server settingspostgres-user:telepostgres-passwd:tinypostgres-db:tinydbpostgres-host:localhostshow-command-window:trueam-group-id:125%serial forwarder settings:% start-sf: should start an sf ourselves, or use the one specified below% sf-host: hostname where serial forwarder is running% sf-port: port where serial forwarder is running% NOTE that the serial forwarder specified below must have been intialized with% the appropriate message size for TinyDB (see TinyDBMain : MSG_SIZE) via% the serial forwarder -packetsize command line optionstart-sf:truesf-host:localhostsf-port:9000sf-comm-port:COM1% default query to show in text pnaledefault-query:select light,temp from sensors%default catalog filecatalog-file:net/tinyos/tinydb/catalog.txt
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?