feat: initialize IoT Standards Lab website project with MAM skills & onboarding guide

This commit is contained in:
2026-07-29 23:43:59 +09:00
commit f3f53c1318
123 changed files with 19987 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
# 표준/사양서 노트 템플릿
> `research/specs/<표준약어>_<버전>.md` 형식으로 작성한다.
> 예: `oneM2M_TS-0001.md`, `wot-td-1.1.md`
---
## 메타
- **정식 명칭**:
- **약어**:
- **발행 기관**:
- **버전/Revision**:
- **발행일**:
- **상태**: (Draft / Candidate / Approved / Deprecated)
- **공식 URL**:
## 핵심 개념
- (3~5줄 요약)
## 아키텍처 / 구조
- (다이어그램 위치: `assets/diagrams/<표준>_<버전>.png`)
## 주요 엔티티 / 리소스
| 엔티티 | 설명 |
|--------|------|
| | |
## API / 프로토콜
- **전송 프로토콜**:
- **데이터 모델**: (JSON / CBOR / SenML / TLV 등)
- **메시지 예시**: (코드 스니펫)
## 우리 연구/구현과의 연관
- (현재 진행 중인 과제, 구현체, 실험과의 연결)
## 메모
-