NAME
TiVo::HME - Startup server for pure Perl implementation of TiVo's HME protocol
SYNOPSIS
use TiVo::HME;
TiVo::HME->start(<ARRAY REF OF INCLUDE DIRECTORIES]);
DESCRIPTION
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
http://tivohme.sourceforge.net TiVo::HME::Application
AUTHOR
Mark Ethan Trostler, <mark@zzo.com>
COPYRIGHT AND LICENSE
Copyright 2005 by Mark Ethan Trostler
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.