Home / 0.2.0 / src
Name Modified Size InfoDownloads / Week
Parent folder
WsnQuery.py 2011-01-20 5.4 kB
setup-win.py 2011-01-20 207 Bytes
Totals: 2 Items   5.6 kB 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.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 使用介面
Source: README.txt, updated 2011-01-20