Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bigpresh/net-shoutcast-admin

Net::Shoutcast::Admin Perl module on CPAN
https://github.com/bigpresh/net-shoutcast-admin

Last synced: about 2 months ago
JSON representation

Net::Shoutcast::Admin Perl module on CPAN

Awesome Lists containing this project

README

        

Net-Shoutcast-Admin - Perl module to interact with Shoutcast servers

A quick module to interact with Shoutcast servers. Currently supports fetching
information about the current status of a shoutcast server; future improvements
will add ability to perform actions such as kicking the current source, banning
IPs etc, and may add Icecast support too.

This module is still at a very early stage; if you find it useful, feel free
to let me know to help encourage further development :)

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

LWP
XML::Simple

COPYRIGHT AND LICENCE

Copyright (C) 2008, David Precious

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

$Id$