20190909_jeffrey - silenceuncrio/diary GitHub Wiki
0855
M300[release/v2.01] - display 'LTE > GPS' when PROSRC_GNSS and PROSRC_GNSS_LAB all turn on
commit ae0409163bf5afcad27785aff5df17b5762e3c35
Refs: [release/v2.01], {origin/release/v2.01}
Author: jeffrey <[email protected]>
Date: Mon Sep 9 09:44:22 2019 +0800
display 'LTE > GPS' when PROSRC_GNSS and PROSRC_GNSS_LAB all turn on
proscend/prosrc/www/src/manual.html.src | 4 +++-
proscend/prosrc/www/src/manual/sidebar.h.html | 4 ++--
proscend/prosrc/www/src/menu.html.src | 2 +-
3 files changed, 6 insertions(+), 4 deletions(-)
1005
M330[develop] - if 'Work As' 'Static IPv4', force 'dns4_from' to 1(User Defined)
commit 9386cd60d4a625897cc2b8712a9ef331ed67ee6d
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Mon Sep 9 10:02:50 2019 +0800
if 'Work As' 'Static IPv4', force 'dns4_from' to 1(User Defined)
proscend/prosrc/www/app/feature/wifi_sta.js | 8 ++++++++
1 file changed, 8 insertions(+)
1010
要開始進行 M330 - GPS Track Server 端的佈建了
目前打算使用 docker 來佈建
到時候使用者便可以依據依些簡單的 docker command 重現我這邊的動作
我們的 GPS Track Server 要能接收不同的 M330 發送給他的 GPS Track 訊息 - TCP packet
而切使用者能透過該 Server 提供的 Web UI 觀察各個 M330 的 GPS Track
目前打算使用 nodejs 來搭建這樣的服務
科普一下
- The official Node.js docker image
- Dockerize a Node.js service with MongoDB using Docker Compose
- How To Setup Node Express And MongoDB In Docker
- How To Build a Node.js Application with Docker
- Build a CRUD API with MongoDB, Express, and Docker
- How to create a full stack React/Express/MongoDB app using Docker
1025
耐著性子就這些科普來的資訊來 study
1315
先就這一篇來 study - Dockerize a Node.js service with MongoDB using Docker Compose
1420
再來 study How To Setup Node Express And MongoDB In Docker
這一篇 node 與 mongoose 的互動與 Dockerize a Node.js service with MongoDB using Docker Compose 相較之下
更來的單純
更容易專心在 docker 的部分
1710
How To Setup Node Express And MongoDB In Docker 這一篇很適合拿來當我的出發點