20190826_jeffrey - silenceuncrio/diary GitHub Wiki
0905
先修一下 policy route 的 bug
commit f49647be039b517ba66869b6e918ef8b2e0eb715
Refs: [release/v2.01], {origin/release/v2.01}
Author: jeffrey <[email protected]>
Date: Mon Aug 26 09:25:43 2019 +0800
correct the gwip in ng-repeat <tr>
proscend/prosrc/www/app/feature/policyrt.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
0950
關於 M330 - P1 - web ui: GPS track drawing
這 task
目前有點變化
CTCU 似乎連 server 端都需要我們幫忙
預計 10 月份要給他們一版來做測試
這樣的 solution 之後搭配 M300 也想去推露營車
先從 M330 的案子來看
server 端的應用會需要像 google map 那樣的圖資
能夠顯示出多台貨車行動的路線
CTCU 甚至還希望能夠在貨車偏離路線時發出告警
aaron 當初為了 Azuretec 有 survey 過一套免費的圖資
我先就這一套來評估一下是否能滿足未來的需求 - OpenStreetMap
OpenStreetMap 是個免費的圖資
我需要的是 Leaflet - an open-source JavaScript library for mobile-friendly interactive maps
這也是當初 aaron 在 M300 上為了 Azuretec survey 過的 solution
1420
leaflet 跟 angularjs 的整合可以參考 Angular Leaflet Directive
AngularJS directive to embed an interact with maps managed by Leaflet library
這邊 Example workshop 有一些範例可以參考
1440
survey 一下台灣做夾娃娃機的廠商
現在市場上最為人知的冠興、伯農、寶凱、飛絡力等廠商,即是在這個時期崛起發跡,甚至從國內市場走向外銷。
分別挖一下資料
- 冠興企業有限公司
- 公司網站公司網站開不了 - 代表一定程度的沒落???
- facebook 紛絲專業
- 秀貴企業有限公司(伯農企業社)
- 公司網站
- 沒有比較小的機台
- 寶凱電子企業有限公司
- 公司網站
- WMH-156S 單機壁掛式 高 74 * 寬 30 * 深 44 cm
- 飛絡力電子股份有限公司
- 公司網站
- 迷你娃娃機系列 F12C : (W)300 x (D)430 x (H) 855 mm
目前針對 寶凱 的 WMH-156S 單機壁掛式 和 飛絡力 的 迷你娃娃機系列 F12C 已透過 公司網站 詢價
1735
M300[release/v2.01] - GRE: listen to the event to set the gre link up/down
commit 887da31593d78368d68c501be679b39f42903e9c
Refs: [release/v2.01], {origin/release/v2.01}
Author: jeffrey <[email protected]>
Date: Mon Aug 26 17:32:02 2019 +0800
GRE: listen to the event to set the gre link up/down:
- ICOS_UCAST_PING_FAIL - ip link set down
- ICOS_UCAST_PING_PASS - ip link set up
proscend/prosrc/icos/icoslib/gre_2g/gre_2g.c | 104 +++++++++++++++++++++++++++
1 file changed, 104 insertions(+)
1750
M300[release/v2.01] - GRE: listen to the event to set the gre link up/down
commit 1ed8d4cd965ca7129d93a592495468d55845f161
Refs: [release/v2.01], {origin/release/v2.01}
Author: jeffrey <[email protected]>
Date: Mon Aug 26 17:47:26 2019 +0800
GRE: listen to the event to set the gre link up/down:
- ICOS_UCAST_PING_FAIL - ip link set down
- ICOS_WAN6_LOST_CONNECTION - ip link set down
- ICOS_UCAST_PING_FAIL - ip link set down
- ICOS_UCAST_PING_PASS - ip link set up
proscend/prosrc/icos/icoslib/gre_2g/gre_2g.c | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)