|
Rembo
Toolkit contains a Software Development Kit (SDK) both for the server side
applications and for the client side applications. The server side
application development support is limited mainly to the C-library support
for the network based Rembo file system access. The client side
application support is more comprehensive, and includes all the client
side tools in source code form. Programming language is Rembo-C, which is
somewhere between C and PHP. The Rembo Tools library is extremely rich,
containing some very high level operations, although PCI-bus read/write
type of operations are supported. In general, the programming effort is
mainly on the operation logic and on the GUI interface, which is also well
supported. The debugging support is about nil, one has to rely on the
console log messages.
The Rembo Wizard is a
Rembo client side application. It is developed using GNU-C as precompiler.
Different type of versions can be easily generated using compilation time
switches. For example, there is a version with debug printing while by
default the debug printing is not active.
|
|