20200103_jeffrey - silenceuncrio/diary GitHub Wiki
0915
review
整理一下昨天還不錯的一個里程碑 - gre_keepalive_05.c
1125
剛剛軟體周會跟大家報告這禮拜 gre tunnel keepalive 的進度
開始做 timer
先不管 config 的部分
base on gre_keepalive_05.c
每五秒送一次
複習一下 The Linux Programming Interface - Chapter 23. Timers and Sleeping
1335
m330 - jessy 臨時的 web ui 需求
m330[release/v0.08]
- Vendor/Products = GENERIC/1_GENERIC_WIFI
m330[release/v0.08] - add 'disconnect' for 'Manage Known WiFi Networks' at 'WAN > WiFi STA' web page
commit b158af1f64692287c8034d23ab943763c5771927
Refs: [release/v0.08], {origin/release/v0.08}
Author: jeffrey <[email protected]>
Date: Fri Jan 3 14:41:51 2020 +0800
add 'disconnect' for 'Manage Known WiFi Networks' at 'WAN > WiFi STA' web page
proscend/prosrc/webcgi/wifi_sta.c | 25 ++++++++++++++-
proscend/prosrc/www/app/feature/wifi_sta.html | 41 +++++++++++++++++-------
proscend/prosrc/www/app/feature/wifi_sta.js | 41 ++++++++++++++++++++++++
proscend/prosrc/www/app/locale-en.json | 1 +
proscend/prosrc/www/app/locale-fr.json | 1 +
proscend/prosrc/www/app/locale-zh-tw.json | 1 +
proscend/prosrc/www/app/services/icos.service.js | 3 ++
7 files changed, 101 insertions(+), 12 deletions(-)
1540
review task
目前被指派的 task
M300
- P1 - Can you give us a check box where we can turn OFF the startup wizard
M330
- P1 - Driving GRE keepalive from M330 - greK (by jessy)
- P2 - Web UI: GPS Track drawing (Server)
M360P - none
本周做了什麼
gre tunnel keepalive 實驗
M300[release/v2.02]
- at WAN > Priority, if apply with 'WAN Priority' changed, remind the user to reboot to take effect
m330[release/v0.08]
- trigger wifi_apsta.cgi?act=status&index=0 at the beginning while 'WiFi > Client' List page opened
- new field 'Service Name' at 'PPPoE Client Configuration' sectiion of 'WAN > Ethernet' web page
- add 'szServiceName' into apply of pppoe.cgi
- add 'szServiceName' into set and apply logic of pppoe.cgi
- new field 'Service Name' at 'PPPoE Client Configuration' section also for 'setting wizard' web page
- add 'disconnect' for 'Manage Known WiFi Networks' at 'WAN > WiFi STA' web page
1640
m330[release/v0.08] - correct the logic of ng-disabled of connect/disconnect buttons at 'Manage Known WiFi Networks' section in 'WAN > WiFi STA' web page
commit 9adb6581b09895b7f3cebe8596c93ab4f2fce82b
Refs: [release/v0.08], {origin/release/v0.08}
Author: jeffrey <[email protected]>
Date: Fri Jan 3 16:36:51 2020 +0800
correct the logic of ng-disabled of connect/disconnect buttons at 'Manage Known WiFi Networks' section in 'WAN > WiFi STA' web page
proscend/prosrc/www/app/feature/wifi_sta.html | 7 ++++---
proscend/prosrc/www/app/feature/wifi_sta.js | 1 +
2 files changed, 5 insertions(+), 3 deletions(-)