Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T09:49:43.000Z (9 months ago)
- Last Synced: 2024-04-08T10:57:00.417Z (9 months ago)
- Topics: epp, epp-protocol, epp-service
- Language: Perl
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- 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).