20191227_jeffrey - silenceuncrio/diary GitHub Wiki

0845

繼續 m330 - gre tunnel keepalive

build 最新的 m330[release/v0.08]

  • Products/Vendor = GENERIC/0_GENERIC

準備好以下環境

+-------+                                           +-------+
|       |                   lan                     |       |
| m330  +-------------------------------------------+ m330  |
|       | 192.168.1.11                 192.168.1.21 |       |
+-------+                                           +-------+

搭配基本的 gre 設定

m330 - 192.168.1.11

ip tunnel add gre1 mode gre local 192.168.1.11 remote 192.168.1.13 ttl 255
ip link set gre1 up
ip addr add 10.0.0.11/24 dev gre1

m330 - 192.168.1.13

ip tunnel add gre1 mode gre local 192.168.1.13 remote 192.168.1.11 ttl 255
ip link set gre1 up
ip addr add 10.0.0.13/24 dev gre1

1555

m330[release/v0.08] - modify the cgi according compile flag PROSRC_FOTAD

commit cbfb77972c2b05bdfa0f341fc3917691e6d60b23
Refs: [release/v0.08], {origin/release/v0.08}
Author: jeffrey <[email protected]>
Date:   Fri Dec 27 15:57:38 2019 +0800

    modify the cgi according compile flag PROSRC_FOTAD

 proscend/prosrc/webcgi/fota.c | 57 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)

1605

寫個周報

目前被指派的 task

M300

  • P4 - Layer 2 Encapsulation over GRE (L2oGRE)

M330

  • P1 - Driving GRE keepalive from M330 - greK (by jessy)
  • P2 - Web UI: GPS Track drawing (Server)

M360P - none


本周做了甚麼

m330[release/v0.08]

  • porting the 'Data Limitation' from M300
  • modify the cgi according compile flag PROSRC_FOTAD

1640

m330[release/v0.08] - at 'LTE > Dual APN' page, display APN2 according to 'LTE Net Mode'

commit 607b0d6094b88c0fc57e2649fde322b70001d2e2
Refs: [release/v0.08], {origin/release/v0.08}
Author: jeffrey <[email protected]>
Date:   Fri Dec 27 16:39:14 2019 +0800

    at 'LTE > Dual APN' page, display APN2 according to 'LTE Net Mode'

 proscend/prosrc/www/app/feature/dualSim_2apn.html |  6 +++++-
 proscend/prosrc/www/app/feature/dualSim_2apn.js   | 11 ++++++++++-
 2 files changed, 15 insertions(+), 2 deletions(-)

1730

m300[release/v0.08] - at WAN > Priority, if apply with 'WAN Priority' changed, remind the user to reboot to take effect

commit 82751ddd06004e39abef88e106948537655652eb
Refs: [release/v0.08], {origin/release/v0.08}
Author: jeffrey <[email protected]>
Date:   Fri Dec 27 17:30:51 2019 +0800

    at WAN > Priority, if apply with 'WAN Priority' changed, remind the user to reboot to take effect

 proscend/prosrc/www/src/app/feature/wanPriority.js.src | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)