logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Kees Cook <kees@outflux.net>

Bugs

       Not much happening in this tool, but I bet the use of "CALLer id" is not standard, and other SNPP  server
       may require this tool run with the '-n' option all the time.

Description

       This  tool is used to send a page via the Simple Network Paging Protocol (level 2).  It is designed to be
       used with 'sendpage', but should work with any other SNPP servers as well.

       The /etc/sendpage/snpp.conf file can contain a single line in the form of

               server:ADDRESS[:PORT]

       where ADDRESS and PORT are the defaults for snpp.

Name

       snpp - send pages via SNPP

Options

       -s SERVER[:PORT]
           Connect to the specified SERVER (and PORT, if given).  Default is "localhost:444".

       -f USER
           Show that the sent page is coming from USER.  Default is the current user.

       -m MESSAGE
           Send the given MESSAGE instead of reading text from stdin.

       -n  Do not notify the 'from' user about the status of the page.

       -d  Display SNPP session debugging.

       -C CONF
           Read CONF instead of /etc/sendpage/snpp.conf for server default.

       -h  Display a summary of all the available command line options.

See Also

perl(1), sendpage(1), Net::SNPP(3)

perl v5.32.0                                       2021-01-08                                           SNPP(1p)

Synopsis

       snpp [OPTIONS] recipient...

See Also