Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
src | 2011-01-20 | ||
WsnQuery.exe | 2011-01-20 | 6.2 MB | |
README.txt | 2011-01-20 | 2.0 kB | |
Totals: 3 Items | 6.2 MB | 0 |
WSN Query - PC-based query system for WSN systems deployed by BEM Lab Copyright (C) 2010 Tzu-ping Chung (BEM Lab, BIME, NTU) This is a free software, and can be redistributed and/or modified freely under terms of the GNU General Public License (GPL) version 3 or later as published by the Free Software Foundation. According to the GPL, any redistribution of this software should have this claim attached, and any deriavations and/or modifications should be released under terms of GPL, unless otherwise specified. The program is provided as-is, that is, the author claims no guarantees on functionality by any means, and does not provide warranty for any potential problems while using. A copy of the GNU General Public License (GPL) can be downloaded from the GNU website, or http://www.gnu.org/licenses/gpl.html ===================================== 使用說明 ===================================== Windows: 直接執行 WSN Query 執行檔 src 內是原始碼 Linux/Mac OS X: 以 Python shell 執行 src 內的 WsnQuery.py ===================================== 技術細節 ===================================== 本程式以 Python 2.7.1 撰寫,並無包含除內建模組外元件 Windows 執行檔乃使用 py2exe 包裹 Python 直譯器與開發環境可於 Python 官方網站下載(http://www.python.org/) py2exe 可於 SourceForge 取得(http://sourceforge.net/projects/py2exe/files/) ===================================== 更新歷程 ===================================== v0.3.0 (20 Jan 2010) * Now can query for multiple networks/devices for multiple types of data in one command; also add a more descriptive input guide * Add an empty line output after nodes data query, now all queries have more consistant output forms v0.2.0 (19 Jan 2010) * Added routing table query * Fixed unexpected EOF (now use raw_input() instead of input()) v0.1.0 (18 Jan 2010) * Initial release ===================================== 未來進度 ===================================== - GUI 使用介面