Skip to content

otsune/mobirc

 
 

Repository files navigation

mobirc
======================================================

If you want a Japanese version of this file, please see http://github.com/tokuhirom/mobirc/wikis/readmeja

What's this?
------------------------------------------------------

mobirc is HTTP2IRC gateway.

This application supports following environments:

    - Japanese mobile phones(docomo, softbank, ezweb, willcom)
    - iPhone
    - PC(Ajax)

based on

    - pluggable architecture
    - perl
    - POE

Requirements
------------------------------------------------------

    perl 5.8.0 or later(5.8.8 or later is recommended)
    LWP

How to install?
------------------------------------------------------

Install LWP(libwww-perl) first.

    git clone git://github.com/tokuhirom/mobirc.git

or

    wget -O mobirc.tgz http://github.com/tokuhirom/mobirc/tarball/master
    tar xzvf mobirc.tgz
    cd tokuhirom-mobirc-*

and, run following command.

    cp config.ini.sample config.ini
    vi config.ini # edit configuration file for your environemnt
    ./mobirc

About

IRC Gateway for MobilePhone/iPhone/PC

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 99.4%
  • Other 0.6%