- Created on: 01.05.2015
-
Author: Chi-Tai Dang, [email protected]
The Mediator service is an optional service for Environs application environments that help spanning application environments across network boundaries.
The Mediator service is designed as command line application and accepts keyboard commands through the command line. However, the service may also run as background daemon.
- You may either use the precompiled binaries in the Mediator folder or
- build the binaries yourself
> cd Mediator
> make clean && make all
The build script performs a make clean && make. The resulting binaries are then called Mediator.OSX / Mediator.Linux.
-
open the Visual Studio 2010 solution Mediator/Mediator.sln
-
Build either debug or release version.
- Header files and tools that are commonly used by all platforms.
- Mediator source code and binaries for Windows 32/64 bit (Mediator.x86.exe / Mediator.x64.exe) and Mediator.OSX.