Screenshot of HTML page

A Reticulum Protocol Specification, Extracted from the Implementation

I undertook an effort to guide OpenAI’s Codex into creating a specification document for the Reticulum protocol. I had learned that, in practice, Reticulum’s “protocol” is treated more as a reference implementation: the code tree is the embodiment of the protocol, and there is no separate defining specification document.

Long story short: I have created a specification.

The procedure for extracting the protocol was developed with ChatGPT; Codex built out the tool chain. I began this project to help myself understand the actual rules of the protocol. An unanticipated consequence is that the resulting specification can now be used to audit other Reticulum implementations, not merely by comparing them against Mark Qvist’s Python implementation, but by comparing them against an explicit specification.

I staged this project on my Forgejo server. Unfortunately, AI bots have been hammering the server with 8–10 hits per second, so I have temporarily restricted access to users with accounts in order to deter the onslaught. Were it not for the bot barrage, the Forgejo repository would be publicly available.

Humans are welcome to request an account. To do so, please submit your name, email address, and preferred username in the comment form below, beginning the comment with: “Forgejo Access Request: …”. I will process the request and will not publish the comment, so your email address will not appear publicly.

I have copied the following audit reports, along with the specification, SPEC.md, and the README.md from reticulum-specification, to a publicly available area of my website:

The concept of a protocol without a specification is novel to me.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *