Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/paper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The tarball is `.gitignored` — regenerate before each upload.

## Before submitting to arXiv

1. **Authors.** Replace `deeplethe` and the placeholder email. arXiv lets
1. **Authors.** Replace `DeepLethe` and the placeholder email. arXiv lets
you list affiliations per-author.
2. **Repo URL.** Currently a footnote placeholder
(`github.com/device-context-protocol`). Either point to the real public
Expand Down
2 changes: 1 addition & 1 deletion docs/paper/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
LLM-Driven Control of Constrained Devices}

\author[1]{Dongxu Yang\thanks{Correspondence: \texttt{wayland0916@gmail.com}.}}
\affil[1]{deeplethe}
\affil[1]{DeepLethe}

\date{May 2026}

Expand Down
4 changes: 2 additions & 2 deletions firmware/esp32/library.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name=DCP
version=0.3.0
author=deeplethe
maintainer=deeplethe
author=DeepLethe
maintainer=DeepLethe
sentence=Device Context Protocol: bridge LLM agents to physical devices.
paragraph=Reference firmware for the DCP wire protocol. Parses COBS-framed CRC-checked DCP frames over Serial OR BLE GATT (with NimBLE-Arduino), decodes a tiny CBOR subset, dispatches to user-registered intent handlers, and optionally verifies per-frame HMAC-SHA256 signatures.
category=Communication
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Device Context Protocol — Python reference implementation. A br
readme = "README.md"
requires-python = ">=3.11"
license = { text = "MIT" }
authors = [{ name = "deeplethe" }]
authors = [{ name = "DeepLethe" }]
keywords = ["mcp", "iot", "hardware", "llm", "agent", "device", "protocol"]
dependencies = [
"cbor2>=5.6",
Expand Down
Loading