Remoting framework

Discussion in 'Developers' Forum' started by Whitenoise, Jun 1, 2009.

  1. Whitenoise

    Whitenoise New Member

    Hi,

    is anyone working on implementing a remoting framework or API like in ISPConfig 2?

    I would be happy to help in the case as I need it to migrate my service to ISPConfig 3.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    I've started the implementation of a remoting API for v3 some time ago but did not had the time to finish it yet. The framework is basically working but there still have to be many functions to be implemented. You find the code for the server side in the folder /usr/local/ispconfig/interface/lib/classes/remoting.inc.php. Basically there there have to be written functions like the mail_domain_* functions in this file for all available areas like websites, mail users etc. And if you download the tar.gz you find there a folder remoting_client which contains an example for a remoting client.
     
  3. Whitenoise

    Whitenoise New Member

    Great, I'll have a look. thank you. :D
     
  4. mccharlet

    mccharlet Member HowtoForge Supporter

    Hi Till,

    I'm very interresting for the api for transfered site from ispconfig 2 to 3

    A beta version is soon available ?
     

Share This Page