Skip to content

stefan-stuehrmann-EMNIFY/Net-SMPP-SSL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Net::SMPP::SSL - SSL support for Net::SMPP

SYNOPSIS

   use Net::SMPP::SSL;

   my $ssmpp = Net::SMPP::SSL->new_connect( 'example.com', port => 3550 ); 

DESCRIPTION

Net::SMPP::SSL implements the same API as Net::SMPP, but uses IO::Socket::SSL for its network operations.

For interface documentation, please see Net::SMPP.

The implementation is based the approach used for Net::SMTP::SSL, thanks to the authors.

SEE ALSO

Net::SMPP, IO::Socket::SSL, perl.

LICENSE

Copyright (C) Stefan Stuehrmann.

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

AUTHOR

Stefan Stuehrmann stefan.stuehrmann@emnify.com

About

SSL support for Net::SMPP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages