TiVo::HME - Startup server for pure Perl implementation of TiVo's HME protocol


TiVo-HME documentation  | view source Contained in the TiVo-HME distribution.

Index


NAME

Top

TiVo::HME - Startup server for pure Perl implementation of TiVo's HME protocol

SYNOPSIS

Top

  use TiVo::HME;
  TiVo::HME->start(<ARRAY REF OF INCLUDE DIRECTORIES]);

DESCRIPTION

Top

This modules just sets @INC to find your HME apps & then starts up the server - it will NOT return. Then point your simulator at http://localhost/<app name> (assuming you're running the simulator and this on the same box). This basically just gets the party started - perldoc TiVo::HME::Application for how to actually write an HME app.

SEE ALSO

Top

http://tivohme.sourceforge.net TiVo::HME::Application

AUTHOR

Top

Mark Ethan Trostler, <mark@zzo.com>

COPYRIGHT AND LICENSE

Top


TiVo-HME documentation  | view source Contained in the TiVo-HME distribution.