Extensible implementations of the Provisioning Protocol?

Are there client-side EPP options for languages ​​other than Java? What interests me most is the C or Tcl client implementation, but it can also work with Python or Perl.

+6
source share
4 answers

There is a Perl Net :: EPP package in CPAN that implements low-level and high-level EPP clients.

+5
source

http://epp-rtk.sourceforge.net/ provides an implementation in Java and C ++. (I believe this may be useful mainly for Google visitors.)

+1
source

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

I wrote EppLib.NET ; .NET library (C #). It should work fine on Linux via Mono, although I have not tried it.

0
source

Net :: DRI is a full Perl implementation of the main EPP and many extensions. It also provides the whois client and DAS. Available on CPAN or various forks on github. Disclaimer: I am his (proud) author.

0
source

Source: https://habr.com/ru/post/901185/


All Articles