Skip to content

Commit 68bded4

Browse files
committed
Merge branch 'develop' into feature/libdatachannel-0.23
2 parents 9750664 + 1f74298 commit 68bded4

File tree

9 files changed

+1243
-168
lines changed

9 files changed

+1243
-168
lines changed

CLAUDE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# CLAUDE.md
2+
3+
## ビルド
4+
5+
uv run python3 run.py でアーキテクチャを指定する。
6+
7+
```bash
8+
uv run python3 run.py macos_arm64
9+
```
10+
11+
## テスト実行
12+
13+
uv run pytest を利用する。
14+
15+
```bash
16+
uv run pytest test/test_rtp_depacketizer.py
17+
```
18+
19+
## libdatachannel ソース
20+
21+
`_source` ディレクトリに libdatachannel のソースコードが含まれている。

examples/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)