Extensible Provisioning Protocol implementations? [closed]
Asked Answered
O

5

6

Do EPP client-side implementations for languages other than Java exist? I am mostly interested in a C or Tcl client implementation, but can also do with Python or Perl.

Onesided answered 10/11, 2011 at 7:25 Comment(1)
I'm not aware of any Tcl package that implements an EPP client at this time.Mandrel
C
5

There's a Perl Net::EPP package on CPAN that implements low-level and high-level EPP clients.

Carib answered 10/11, 2011 at 8:15 Comment(0)
H
1

http://epp-rtk.sourceforge.net/ provides implementation in Java and C++. (I believe this could be useful mostly to Google visitors.)

Haun answered 20/3, 2012 at 23:23 Comment(0)
G
0

Do EPP client-side implementations for languages other than Java exist?

I have written EppLib.NET; a .NET (C#) library. It should run OK on Linux via Mono although I have not tried.

Gameness answered 29/2, 2012 at 17:32 Comment(0)
E
0

Net::DRI is a full Perl high-level implementation of core EPP and dozens of extensions. It also provides a whois and DAS client. Available on CPAN or various forks on github. Disclaimer: I'm its (proud) author.

Excalibur answered 26/1, 2017 at 21:24 Comment(0)
R
0

Recently published my EPP client library implementation in Python on GitHub:

https://github.com/datahaven-net/epp-python-client

It can be used directly as a client library.

Also you can run a local RPC server with a queue of requests and responses via RabbitMQ. Then you can use RPC client (also provided) to make calls to the target EPP system from any applicaiton.

Rafaello answered 1/5, 2021 at 13:24 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.