Home / 0.4.0 / src
Name Modified Size InfoDownloads / Week
Parent folder
WsnQuery.py 2011-02-10 9.6 kB
setup-win.py 2011-02-10 207 Bytes
Totals: 2 Items   9.8 kB 0
WSN Query - PC-based query system for WSN systems deployed by BEM Lab
Copyright (C) 2010-2011 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.4.0 (10 Feb 2011)
* Fixed wrong year in History (was 2010 instead of 2011 lol)
* Server moved to http://bem.bime.ntu.edu.tw/WsnQuery/

v0.3.1 (20 Jan 2011)
* Fixed a bug that when no options are passed, no queries are made
* Add empty lines to the end of routing and gateway data output for furthur
  consistency

v0.3.0 (20 Jan 2011)
* 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 2011)
* Added routing table query
* Fixed unexpected EOF (now use raw_input() instead of input())

v0.1.0 (18 Jan 2011)
* Initial release


=====================================
未來進度
=====================================
- 自動提供更新提示
- 整合各查詢的方法,減少資料庫登入次數
  (目前可用 gatewayAndNodes 代替兩個獨立查詢)
- GUI
Source: README.txt, updated 2011-02-10