Name | Modified | Size | Downloads / Week |
---|---|---|---|
Images | 2013-01-14 | ||
MPI_C_Client.rar | 2013-01-15 | 65.0 kB | |
README.txt | 2013-01-15 | 2.0 kB | |
MPIAndroidAppSrc.zip | 2013-01-15 | 1.4 MB | |
RepoJavadoc.zip | 2013-01-14 | 283.4 kB | |
MPIApp.apk | 2013-01-14 | 291.1 kB | |
ompispectowebapp.war | 2013-01-14 | 3.4 MB | |
Totals: 7 Items | 5.4 MB | 0 |
OMPISpecto file and folder description ============================= MPI_C_Client.zip -------------------------------------------- The MPI_C_Client zip contains all files related to the c-client as well as a test application called mpi_main.c It contains following folder structure: |-> mpitopoinfo | |-> config | | |-> CMakeLists.txt | |-> include | | |-> CMakeLists.txt | | |-> mpitopoinfo.h | | |-> mpitopoinfo_config.h.in | | |-> mpitopoinfo_config_bottom.h | |-> src | | |-> CMakeLists.txt | | |-> libmpitopoinfo.a | | |-> mpitopoinfo.c | |-> test | | |-> CMakeLists.txt | | |-> mpitopoinfo_test | | |->mpitopoinfo_test.c | |-> CMakeCleanup.sh | |-> CMakeLists.txt |-> MPI_Wrapper | |-> compiled (precompiled c files) | | |-> src | | | |-> OpenMPIWrapper.d | | | |-> OpenMPIWrapper.o | | | |-> WrapperMacro.d | | | |-> WrapperMacro.o | |-> src (source code of c header files) | | |-> OpenMPIWrapper.c | | |-> OpenMPIWrapper.h | | |-> WrapperMacro.c | | |-> WrapperMacro.h |-> mpi_main.c (Test MPI application) |-> Makefile |-> server.conf |-> README.txt |-> mpitopoinfo.tar MPIAndroidAppSrc.zip ------------------------------ The zip file contains the android code for an android web app. If you setup your own application server, you propably want to change the URL, which the android web app is calling. RepoJavadoc.zip --------------------- The zip file contains the Java documentation of the web application project, which can be found in the repository. MPIApp.apk ----------------- This package can be installed on any android mobile devices, which is running at least android 2.3 (Gingerbread). Ompispectowebapp.war ------------------------------ The web application archive can be directly deployed on a web application server. Just make sure that your JDBC Resource is named jdbc/ompispecto .