Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
RIT_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박권수
2021-05-11 02:40:45 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f9d89e15104cc5259e6c1cd2cf35bced03dc5b5c
f9d89e15
1 parent
757f4648
docs. 5/10 README
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
9 deletions
server/README.md
server/README.md
View file @
f9d89e1
...
...
@@ -2,9 +2,10 @@
# 박권수 : Web Server & Database
-
Server :
**Node.JS**
-
Web Framework :
**Koa**
-
DBMS :
**Mongo DB**
-
`Server`
:
**Node.JS**
-
`Web Framework`
:
**Koa**
-
`DBMS`
:
**Mongo DB**
-
`Networking`
:
**HTTP, MQTT**
# DataBase Table & Field
...
...
@@ -22,23 +23,27 @@
# ToDo
-
[
x
]
MQTT Hosting
-
[
x
]
**MQTT Hosting**
→ 5 / 7 :
[
test.mosquitto.org
](
http://test.mosquitto.org
)
와 raspberry 3.0 model B - mosquitto 설치로 다중 broker 연결, publish & subscribe 확인
-
[
x
]
Middle Ware
-
[
x
]
**Middle Ware**
→ 5 / 9 : jwtMiddleWare ⇒ access tokening
-
[
x
]
인증 구현
-
[
x
]
**인증 구현**
→ 5 / 9 : Register, Login, Logout, and Access Token
-
[
x
]
데이터테이블 수정 및 추가 기능 구현
-
[
x
]
**데이터테이블 수정 및 추가 기능 구현**
→ 5 / 9 : schema is changed
-
[
]
데이터 처리 로직 구현
-
[
]
Node.JS의 특정 유저의 MQTT client를 어떻게 모듈화 시킬까 ?
-
[
x
]
데이터 처리 로직 구현
-
[
x
]
Node.JS의 특정 유저의 MQTT client를 어떻게 모듈화 시킬까 ?
-
[
]
API 유저 인증 추가
-
[
]
Bottle API : 데이터 요청 message publishing 추가
-
[
]
Hub, Bottle, User unregister 추가 및 연관 데이터 처리
-
[
]
logic return value 및 status
[
Schedule
](
https://www.notion.so/cdcc6627a8344c8da56ffb3856bfc1b9
)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment