App-EventStreamr

 view release on metacpan or  search on metacpan

bin/eventstreamr  view on Meta::CPAN

sub get_config {
  $eventstreamr->config->get_config();
}

sub post_config {
  $eventstreamr->config->post_config();
}

sub sig_pipe {
  print "Caught Pipe\n";
}

# set umask
umask 0027;

chdir($eventstreamr->config->config_path) or $eventstreamr->error("Couldn't change working dir to ".$eventstreamr->config->config_path);

$eventstreamr->run();

__END__

=pod

=encoding UTF-8

=head1 NAME

eventstreamr  - eventstreamr - Daemon that runs the Orchestrator

=head1 VERSION

version 0.5

=head1 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

=head1 DESCRIPTION

This is the primary controlling daemon for EventStreamr.

=head1 SETUP

=head2 Installation

If you have not already installed this software, the easiest way
is to use L<cpanm> and L<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 F<~/.bashrc> file.

You can then install C<eventstreamr> and related utilities with:

    cpanm App::EventStreamr

=head1 BUGS/Features Requests

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

Contributions are more than welcome!

=head1 Known Issues

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

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

=head1 SEE ALSO

L<App::EventStreamr>

=head1 AUTHOR

Leon Wright < techman@cpan.org >

=head1 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

=cut



( run in 0.534 second using v1.01-cache-2.11-cpan-ceb78f64989 )