Repositories

Command Line Executor/Processor (CLE/P)

Here we are posting our CLE/P free of charge as Open Source. With this library we have implemented our platform-independent command parser for FLAM. Feature requests and bugs can be reported via our issue-tracking-system. If you fix an error or add a new feature, we would be glad if given these changes so we can include them in our central repository. The full documentation and the license provisions are posted hereafter:

API Specification

zip, doxy

DOXYGEN source documentation

zip, doxy

GIT Repository

GitHub

License

txt

 

libiconv for Windows with EBCDIC support

In order to provide the most important EBCDIC codepages under Windows, in the past too, we had to extend the libiconv project. Herewith we are fulfilling our publication duties as provided by the LGPL which governs this project. The modified version is also subject to the LGPL. All information regarding the license and the project can be found by following the links below.

Since FLAM version 5.1 we use an own character conversion implementation. But at this point we provide still the EBCDIC support for windows.

Official libiconv project

link

Modified version (GIT repository)

GitHub

License

txt

 

Expat XML Parser

For processing XML data, we utilize the external library Expat. We use a version customized to our purposes which we publish under the original license terms. All information regarding the license and the project can be found by following the links below.

Official Expat Project

link

Modified Version (GIT repository)

GitHub

License

txt

 

libssh - The SSH library

For the SSH support in FLAM, the libssh library is used which has been extened by some features which significantly improve performance for our type of application.

Official libssh project

link

Modified version (GIT repository)

GitHub

License

txt