Ways of calling Emdros
There are a number of ways you can go about writing your
application. Here are four of them:
Write your application in C++, interacting directly with the
Emdros libraries.
Write your application in one of the scripting languages
which Emdros supports through SWIG (currently Python 2.7, Python
3.x, Perl, Ruby, Java, C#/.Net, Node.JS, PHP5, and PHP7).
Interface via the mql(1) program as a command-line program,
or via a system() call or the like.
Write a wrapper around Emdros, and call it from, e.g., iOS,
Android, or via a web-API using Node.JS, Django, or similar.
We will look at each of these in turn.
|