20181102_jeffrey - silenceuncrio/diary GitHub Wiki

0915

review

1130

BU II software 週會結束

盤一下待作事項

M360

  • Hardware Version Display
  • Ethernet Status(up/down)
  • PLMN display
  • Device should have a help menu: user manual/guide, faq
  • SIM PIN enable/disable
  • the device's GUI should display network connected status: connected/disconnected
    • 有取得 ip 就是 connected
  • gui username and password to be set to admin by default
    • M300 的密碼強度 和提示訊息都搬過來
  • connection time for dual apn
  • device asks for a reboot wihie performing any LTE configuration chnage
  • display CPE firmware version
    • software to firmware
  • in serving cell list cell id formate should be in decimal, currently it is in hex
  • help menu not available on GUI

M300

  • GRE tunnel with NHRP
  • web ui: wifi ap

目前檯面下的訊息是 M300 既有客戶的需求最優先

再來是 M360

52XXZ 放後面

M300 的 GRE with NHRP 也可以放後面一點

今天先來做 M300 - web ui: wifi ap

先把 M300 將 quagga 升級的成果做 commit

在 proscend 目錄下 make menuconfig

選擇 M300/0_GENERIC

注意到 Applications 的 WIFI Support(AP and STA mode) 有打開

build image... ok

1300

mfgtool 燒錄

1540

commit fac1d365b96955a65c9403134cbb0b854988b466
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Fri Nov 2 15:36:40 2018 +0800

    add 'WIFI / WIFI Config' web page

 proscend/prosrc/icos/iweb/iweb.c                 |   4 +
 proscend/prosrc/webcgi/Makefile                  |   4 +
 proscend/prosrc/webcgi/wifi_apsta.c              | 183 +++++++++++++++++++++++
 proscend/prosrc/www/app/feature/wifi_apsta.html  | 117 +++++++++++++++
 proscend/prosrc/www/app/feature/wifi_apsta.js    |  59 ++++++++
 proscend/prosrc/www/app/locale-en.json           |  18 +++
 proscend/prosrc/www/app/locale-fr.json           |  18 +++
 proscend/prosrc/www/app/locale-zh-tw.json        |  18 +++
 proscend/prosrc/www/app/services/icos.service.js |  11 +-
 proscend/prosrc/www/src/index.html.src           |   1 +
 proscend/prosrc/www/src/menu.html.src            |  19 +++
 11 files changed, 450 insertions(+), 2 deletions(-)
commit 1ec2647d3d98a66d5aaa194d875eb619ba6b2c78
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Fri Nov 2 15:38:30 2018 +0800

    remove the debug message from 'WIFI / WIFI Config' web page

 proscend/prosrc/www/app/feature/wifi_apsta.html | 2 --
 1 file changed, 2 deletions(-)

1600

commit d71c726eb596b9857b4f62d2ed68dde1e0a197a9
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Fri Nov 2 15:58:32 2018 +0800

    add the maxlength limitation

 proscend/prosrc/www/app/feature/wifi_apsta.html | 2 ++
 1 file changed, 2 insertions(+)

1610

寫週報