Home / mfmonitor
Name Modified Size InfoDownloads / Week
Parent folder
Makefile 2015-04-17 2.7 kB
mfmonitor.cpp 2014-08-20 5.4 kB
Totals: 2 Items   8.0 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