https://github.com/gbxyz/perl-net-epp-server
A high-level framework for developing Extensible Provisioning Protocol (EPP) servers.
https://github.com/gbxyz/perl-net-epp-server
epp epp-protocol epp-service
Last synced: about 1 year ago
JSON representation
A high-level framework for developing Extensible Provisioning Protocol (EPP) servers.
- Host: GitHub
- URL: https://github.com/gbxyz/perl-net-epp-server
- Owner: gbxyz
- Created: 2024-04-02T15:35:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T14:27:05.000Z (about 1 year ago)
- Last Synced: 2025-03-24T15:33:20.340Z (about 1 year ago)
- Topics: epp, epp-protocol, epp-service
- Language: Perl
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`Net::EPP::Server` provides a high-level framework for developing [Extensible
Provisioning Protocol (EPP)](https://www.rfc-editor.org/info/std69) servers.
It implements the TLS/TCP transport described in [RFC 5734](https://www.rfc-editor.org/info/rfc5734),
and the [EPP Server State Machine](https://www.rfc-editor.org/rfc/rfc5730.html#:~:text=Figure%201:%20EPP%20Server%20State%20Machine)
described in Section 2 of [RFC 5730](https://www.rfc-editor.org/rfc/rfc5730.html).