/environs-mediator

Primary LanguageC++Eclipse Public License 1.0EPL-1.0

Environs Mediator sources and binaries


  • Created on: 01.05.2015
  •  Author: Chi-Tai Dang, dang@hcm-lab.de
    

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.

Binaries and How-to build


  • You may either use the precompiled binaries in the Mediator folder or
  • build the binaries yourself

OSX/Linux

> cd Mediator
> make clean && make all

The build script performs a make clean && make. The resulting binaries are then called Mediator.OSX / Mediator.Linux.

Windows


Directory structure and contents



  • Header files and tools that are commonly used by all platforms.