Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Extensible Provisioning Protocol implementations? [closed]

Tags:

python

c

perl

tcl

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.

like image 435
adamo Avatar asked Nov 10 '11 07:11

adamo


2 Answers

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

like image 114
yko Avatar answered Oct 30 '22 03:10

yko


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

like image 42
Piohen Avatar answered Oct 30 '22 02:10

Piohen