As I lost my previous SF account, I made a new one. Here's currently active JSM project.
- An Eclipse project for quick development, which compiles JSM as an application, static library (.a) or dynamic library (.so)
- All sources (in src/, which are .h and .cpp)
- Already compiled libjsm.so and application (Debug/jsm) which could be execured with sample data (input.txt), log is saved into output.txt
- Docs made by doxygen (/html/index.html)
How to use:
1) Use it as a program - change main.cpp as you wish
2) Use it as a shared library - write #include "way_to_jsm/headers.h" in your file, and add reference to libopenjsm.so
Changes since last (1.0) version (https://sourceforge.net/projects/openjsmcpp/):
- Added new methods ("get properties of object" and "add sample as string")
- Added possibility of .so compilation
Downloads:
0 This Week