研究筆記 - lass.py 多版本資料支援

編輯歷史

時間 作者 版本
2015-10-15 22:38 – 23:01 wuulong sheu r3 – r63
顯示 diff
研究筆記 - lass.py 多版本資料支援
- 雖然我們希望資料格式都能一直保持不變,
+ 雖然我們希望資料格式都能一直保持不變,但是在長期運作的系統中,有點不切實際。所以在Client 端分析程式,須能有支援多版本資料的系統架構
+
+
+ 設計方法
+ *根據系統 rule, 資料的格式版本定義在 ver_format, 分析程式根據這個欄位來客製化處理
+ *
+
+ 多版本格式定義
+ *LASS - Data specification
+ *LASS 資料格式
+ *
+ 目前範例
+ ver_format=3|fmt_opt=0|app=PM25|ver_app=0.7.3|device_id=LJ_PM25_001|tick=26795810|date=2015-10-15|time=22:35:07|device=LinkItONE|s_0=2234.00|s_1=100.00|s_2=1.00|s_3=0.00|s_d0=39.00|s_t0=25.50|s_h0=65.80|gps-lat=25.025362|gps-lon=121.371038|gps-fix=1|gps-num=9|gps-alt=2
2015-10-15 22:38 (unknown) r2
顯示 diff
(3 行未修改)
2015-10-15 22:38 wuulong sheu r1
顯示 diff
研究筆記 - lass.py 多版本資料支援
+
+ 雖然我們希望資料格式都能一直保持不變,
2015-10-15 22:38 (unknown) r0
顯示 diff
-
+ 研究筆記 - lass.py 多版本資料支援