Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dex4er/perl-protocol-emiucp
Protocol::EMIUCP - Library for EMI-UCP protocol (staging)
https://github.com/dex4er/perl-protocol-emiucp
Last synced: 11 days ago
JSON representation
Protocol::EMIUCP - Library for EMI-UCP protocol (staging)
- Host: GitHub
- URL: https://github.com/dex4er/perl-protocol-emiucp
- Owner: dex4er
- Created: 2012-04-16T10:24:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-24T15:35:50.000Z (almost 12 years ago)
- Last Synced: 2024-10-28T09:01:46.490Z (about 2 months ago)
- Language: Perl
- Homepage:
- Size: 656 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
Protocol::EMIUCP - Library for EMI-UCP protocolSYNOPSIS
use Protocol::EMIUCP;
my $msg = Protocol::EMIUCP->new_message(
o => 1, ot => 51, adc => 507998000, oadc => 6638,
mt => 3, amsg_utf8 => 'TEST',
);
print $msg->as_string;DESCRIPTION
This is a library for EMI-UCP protocol which is primarily used to
connect to short message service centers (SMSCs) for mobile telephones.The library provides an API for handling EMI-UCP messages and
connections as client or server.The Protocol::EMIUCP package joins a few more pacakges in one factory
class.INSTALLING
Windows
Download the Perl runtime environment, eg. http://strawberryperl.com/
and install additional modules:C:\> cpanm POSIX::strftime::GNU
C:\> cpanm https://github.com/downloads/dex4er/perl-Protocol-EMIUCP/Protocol-EMIUCP-0.01-20121106-2.tar.gzUbuntu
Install additional modules:$ sudo apt-get install libanyevent-perl libmousex-strictconstructor-perl
$ sudo apt-get install liblocal-lib-perl cpanminus
$ cpanm https://github.com/dex4er/perl-Protocol-EMIUCP/archive/20130124-2.tar.gzSet up environment:
$ export PERL5LIB=~/perl5/lib/perl5
$ export PATH=~/perl5/bin:$PATHSEE ALSO
emiclient, emiserver, emiencode, emidecode, emisplit,
Protocol::EMIUCP::Message, http://en.wikipedia.org/wiki/EMI_(protocol)BUGS
If you find the bug or want to implement new features, please report it
at https://github.com/dex4er/perl-Protocol-EMIUCP/issuesThe code repository is available at
http://github.com/dex4er/perl-Protocol-EMIUCPAUTHOR
Piotr RoszatyckiLICENSE
Copyright (c) 2012 Piotr Roszatycki .This is free software; you can redistribute it and/or modify it under
the same terms as perl itself.See http://dev.perl.org/licenses/artistic.html