The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eventstreamr - eventstreamr - Daemon that runs the Orchestrator

VERSION

version 0.5

SYNOPSIS

Usage:

  evenstreamr --configure     : Run through station configuration

  Debugging commands:
    
  eventstreamr --version      : Show version information
  eventstreamr --devices      : Print a list of devices
  eventstreamr --debug        : Run with debugging enabled.
  eventstreamr --nodaemon     : Run in the foreground, log to console

DESCRIPTION

This is the primary controlling daemon for EventStreamr.

SETUP

Installation

If you have not already installed this software, the easiest way is to use cpanm and local::lib. If you don't have them installed, it's easy with:

    curl -L http://cpanmin.us/ | perl - --self-upgrade
    ~/perl5/bin/cpanm -L ~/perl5 App::local::lib::helper
    source ~/perl5/bin/localenv-bashrc

You might want to put that last line in your ~/.bashrc file.

You can then install eventstreamr and related utilities with:

    cpanm App::EventStreamr

BUGS/Features Requests

Please submit any bugs, feature requests to https://github.com/plugorgau/eventstreamr-station/issues .

Contributions are more than welcome!

Known Issues

Daemon dies when alsa device isn't present on start - https://github.com/plugorgau/eventstreamr-station/issues/54 Workaround: Ensure all configured ALSA devices are plugged in on boot

Correctly Restart on Date Change - https://github.com/plugorgau/eventstreamr-station/issues/18 Workaround: Reboot or Restart the EventStreamr Daemon (pressing update from the controller will restart it)

SEE ALSO

App::EventStreamr

AUTHOR

Leon Wright < techman@cpan.org >

COPYRIGHT AND LICENSE

This software is Copyright (c) 2014 by Leon Wright.

This is free software, licensed under:

  The GNU Affero General Public License, Version 3, November 2007