-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.zenodo.json
More file actions
45 lines (45 loc) · 1.69 KB
/
.zenodo.json
File metadata and controls
45 lines (45 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"title": "Rotational Packet Protocol (RPP): A Semantic Addressing Architecture for Consent-Aware Memory Systems",
"description": "RPP defines a 28-bit semantic addressing system where addresses encode meaning (what kind of data, how accessible, where to route) rather than just memory locations. The resolver returns simple decisions: allow, deny, or route. This specification includes the address format, resolver architecture, formal convergence proofs, CCQPSG compliance grammar, spintronic grounding, and reference implementations in Python, Haskell, and Clash (FPGA). Version 2.1.0: 1251 tests passing.",
"creators": [
{
"name": "Lennon, Alexander Liam",
"affiliation": "Anywave Creations, LLC"
},
{
"name": "Trellis (Claude Sonnet 4.6, Anthropic)",
"affiliation": "Anywave Creations, LLC"
}
],
"keywords": [
"semantic addressing",
"consent-aware systems",
"memory architecture",
"protocol specification",
"access control",
"routing",
"toroidal geometry",
"Ford Protocol",
"CCQPSG",
"spintronic",
"open source",
"defensive publication"
],
"license": {
"id": "Apache-2.0"
},
"upload_type": "software",
"access_right": "open",
"related_identifiers": [
{
"identifier": "https://pypi.org/project/rpp-protocol/",
"relation": "isSupplementedBy",
"resource_type": "software"
},
{
"identifier": "https://github.com/anywave/rpp-spec",
"relation": "isIdenticalTo",
"resource_type": "software"
}
]
}