Home / docs
Name Modified Size InfoDownloads / Week
Parent folder
MFMid-architecture-1.pdf 2013-09-18 42.9 kB
MFMid-architecture-2.png 2013-09-18 96.0 kB
MFMid-architecture-fac.pdf 2013-09-18 65.0 kB
MFMid.idl.html 2013-09-18 20.5 kB
Totals: 4 Items   224.4 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
Source: README, updated 2014-08-20