20170307_jeffrey - silenceuncrio/diary GitHub Wiki

0930

這禮拜的進度要把 Web UI cache issue 做完

1030

已經知道怎麼解 Web UI cache issue

先做 git commit

但先不要 push

1050

來解 mantis 上已知的 bug - 0000262: restore configure file fail (no effect)

1310

關於 mantis 上的 bug - 0000262: restore configure file fail (no effect)

目前已經知道是 iweb 所造成的問題

CFLAGS += -DMG_ENABLE_HTTP_STREAMING_MULTIPART

造成的影響除了 configuration page restore 功能之外

還有 openvpn 的 import 功能

1425

已經修正了 configuration page restore 的作法

順手修一下 openvpn 的 import 功能

1525

已解決 mantis 上的 bug - 0000262: restore configure file fail (no effect)

1530

ariel mail 告知 GPS 相關的網頁所需資訊

Dear Jeffrey,
Please access GPS data from memory every > 1 minutes as below:
GNSS local_gnss;
memcpy(&local_gnss, ICOS_shm_status_getPtr(SHM_GNSS));

目前的結論是如果我拿的到座標資訊的話

就在 banner 顯示一個超連結

使用者利用該超連結開啟一個 google map 的新分頁

如此一來也能避免使用 google map api 時的授權問題

另外如果我拿不到座標資訊的話(室內訊號不好)

ariel 希望我想辦法利用 google map 的功能看看有沒有辦法從有線網路得知目前的座標