https://github.com/pawel-kow/rpp-architecture
This repository contains the initial draft of the RPP (RESTful Provisioning Protocol) architecture.
https://github.com/pawel-kow/rpp-architecture
epp json restful-api rpp
Last synced: about 2 months ago
JSON representation
This repository contains the initial draft of the RPP (RESTful Provisioning Protocol) architecture.
- Host: GitHub
- URL: https://github.com/pawel-kow/rpp-architecture
- Owner: pawel-kow
- License: cc0-1.0
- Created: 2025-02-10T12:24:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T08:38:41.000Z (3 months ago)
- Last Synced: 2025-04-05T06:32:14.391Z (about 2 months ago)
- Topics: epp, json, restful-api, rpp
- Language: Shell
- Homepage: https://pawel-kow.github.io/RPP-architecture/
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPP Architecture
This repository contains the initial draft of the RPP (RESTful Provisioning Protocol) architecture.## Overview
The [Architecture](./draft-kowalik-rpp-architecture-00.adoc) file outlines the core components, design considerations, and requirements for RPP.Key sections include:
* **Introduction:** Background on EPP and the motivation for RPP.
* **Terminology:** Definitions of key terms used in the document.
* **Requirements:** Essential and desirable features of RPP.
* **Architectural Overview:** General considerations about RPP architecture
* **Protocol Details:** More detailed description of the architecture layers and their components.## Generating IETF I-D
`draft-kowalik-rpp-architecture-*.adoc` file is the source file to generate I-D.In order to generate I-D documents the following script [generate.sh](./generate.sh) is provided.
Required tools:
- xml2rfc
- metanormaThe [.devcontainer](./.devcontainer) folder contains configuration for [VSCode Dev Container extension](https://code.visualstudio.com/docs/devcontainers/containers) with corresponding [Dockerfile](./.devcontainer/Dockerfile) including all necessary tools.
## Contributing
This draft is open for contributions and comments. We welcome feedback and suggestions to improve the architecture. To contribute, please submit a pull request or open an issue in this repository.