Difference between revisions of "QM Client API"

From ScarletDME
Jump to navigation Jump to search
(Moved server setup guide to own page)
(added warning about 244-266 doc)
Line 13: Line 13:
  
 
[http://gpl.openqm.com/downloads/QMClient-Protocol.v1.alpha.pdf QMClient-Protocol.v1.alpha.pdf]
 
[http://gpl.openqm.com/downloads/QMClient-Protocol.v1.alpha.pdf QMClient-Protocol.v1.alpha.pdf]
 +
 +
'''Warning:''' I have suspicions that the protocol changed for login quite dramatically for 266, as apposed to 244 which this Spec doc was originally based on.
 +
 +
I am currently investigating.
  
 
==API library's==
 
==API library's==

Revision as of 12:56, 7 December 2008

Overview

QM provides a remote API access to any client system that can get to the server via socket 4243, and obeys the protocol.

QM API Server setup guide

Server Setup

QM is technically able to handle API connections about of the box. However your server will need some configuring. (RPM will do this for you in near future).

Protocol

The following is a guide to the protocol that the server responds to.

Currently a working document, far from perfect, but you get the idea:

QMClient-Protocol.v1.alpha.pdf

Warning: I have suspicions that the protocol changed for login quite dramatically for 266, as apposed to 244 which this Spec doc was originally based on.

I am currently investigating.

API library's

  • C - native - Released
  • Visual Basic - native - released (library not released with commercial?)
  • Java API - native - Alpha stage
  • Delphi - Wrapper - (native expected Q1 2009)
  • PHP - wrapper - Beta (Native - Prototype (Dec 08))