Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
MFEL_i.cpp | 2015-04-21 | 13.7 kB | |
MFEL_i.h | 2015-04-20 | 3.7 kB | |
Makefile | 2015-04-17 | 2.7 kB | |
LWave.cpp | 2013-09-16 | 1.9 kB | |
LWave.h | 2013-09-16 | 1.8 kB | |
MFT.cpp | 2013-09-16 | 12.5 kB | |
MFT.h | 2013-09-16 | 5.5 kB | |
server_mfel.cpp | 2013-09-16 | 2.8 kB | |
Totals: 8 Items | 44.5 kB | 0 |
MFMID A CORBA-based middleware for Magnetic Fields. (C) 2013 by Luiz Lima Jr. All rights reserved. Components: mfel : Virtual Magnetic Field Enabling Layer mfapp : User application on top of mfel mfsetup : used to connect mfels establishing the : magnetic relations. mfmonitor: monitors strenghts of nodes (use -f option to provide json file) mfel+mfapp are called a "node". Nodes can be launched by the "launch_node" shell script. E.g.: launch_node 1 launch_node 2 mfsetup can be used to launch complete configurations specified by means of JSON files: mfsetup [-f <json_file>] [-d] [-h] (-d option is to force creation of separate terminals for mfapp and mfel). Explicit library dependencies: - colibry : Common Object Library by laplima. - readline : for a command line parser (interactive mode) - ACE/TAO libraries: CORBA libraries