shibby 計劃在他的下一個 103 版本起的蕃茄裡加上一段 script (說明部份如附), 要收集使用者的一些資料, 以便統計哪個國家, 用哪些機型, 各有多少數量, 又是用哪個版本的蕃茄. 以便做為各 Tomato 韌體開發者開發作業的參考.
這項名為 TomatoAnon project 裡的 script 預設是不開啟的, 必需由使用者歡喜甘願, 自己去啟動他.
為了表明不是埋後門幹不法勾當, 有提供原始碼供審閱.
統計資料的結果, 會公佈在網站上, 可以自行去查詢.
目前 shibby 此舉在國外論壇引發了各方不同意見的討論, 有贊成, 有反對, 其他大部份的蕃茄程式開發者, 大都不打算這樣做. 不知在這裡, 大家的看法是如何?
詳情請駕臨 shibby 官網查閱.
#!/bin/sh
###############################
# Copyright (C) 2012 shibby
# Version 0.3
#
# This script send anonymous or incompleted information about model of router and installed tomato version.
# Those information will be used ONLY for stats.
# Any of private information will be NOT sended!
# Results you can explore on http://tomato.groov.pl/tomatoanon.php page.
# If you don`t agree to run this script you can set nvram variable tomatoanon to 0.
#
# Sended information:
# - MD5SUM of WAN+LAN MAC addresses - this will identify a router. Ex: 1c1dbd4202d794251ec1acf1211bb2c8
# - Model of router. Ex: Asus RT-N66U
# - Version of installed tomato. Ex: 102 K26 USB
# - Builtype. Ex: Mega-VPN-64K
# - Country. Ex: POLAND
# - ISO Country code. Ex: PL
# - Uptime of your router. Ex: 3 days
#
# That`s all
###############################

X