Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
launch_node | 2015-04-22 | 177 Bytes | |
Makefile | 2013-09-09 | 439 Bytes | |
cyclic-right.json | 2013-09-03 | 322 Bytes | |
triangle.json | 2013-08-16 | 139 Bytes | |
four_loop.json | 2013-08-06 | 194 Bytes | |
Totals: 5 Items | 1.3 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