Net::SNPP is a Ruby client library for the Simple Network Pager Protocol. For now, it implements the SNPP Level 1 command set as documented in RFC1861.
usage:
require 'net/snpp' your_snpp_server = 'snpp.yourprovider.com' pager = '123456' message = 'Hello from Net::SNPP!' c = Net::SNPP.new(your_snpp_server, 444) c.send(pager, message) c.close
Please let me know if you are using this module and how well it's working!
Frank S. Fejes III
frank at fejes dot net
last modified: 2003-09-25
home