With Fida you can focus on the science part when writing an internet-enabled distributed scientific application. The instructions below are meant to help you start quickly.
client and server executables in the fidaDistribution/build subdirectory. The client binary can be distributed across the internet via a web-download. You should create client installation script to minimize the effort of the participants.
client and server executables created in Step 2, we use clientApp to address the client-side DLL and serverApp to address the server-side DLL. For Windows machine, you typically get clientApp.dll and serverApp.dll. For Linux/Unix you typically get libclientApp.so and libserverApp.so. Howeever, different name conventions are possible.
server executable in a directory on the server. This will be the application's main directory. Install clientApp libraries, one for each OS/CPU cominbation, in an os/cpu subdirectory, where os/cpu may be Linux/x86 or Win32/x86 or MacOSX/ppc, depending on what OS/CPU the client executable is built for.
For more information, read the README files that comes with the Fida distribution. There is also an example clientApp and serverApp in the Fida distribution. This example is discussed in the Sample App topic accessible from the menu above. The documentation talks more about the architecture of Fida and gives the detailed reference information for the callback functions that clientAPp and serverApp must implement. Even simpler examples of clientApp and serverApp can be found in the Documentation topic as well.