SNP 3.1 Wrapper for Windows
Copyright (C) 2017 full phat products
NO WARRANTY. USE ONLY AS DIRECTED.
Synopsis
--------
Command-line tool that sends SNP 3.1 requests.
Requirements
------------
Requires .net 4.0 (or later).
Usage
-----
snp31send <host> <port> [options...]
Options: (F) means FORWARD, (N) NOTIFY, (R) register, (S) subscribe
-F Generate FORWARD message
-N Generate NOTIFY message
-R Generate REGISTER message
-S Generate SUBSCRIBE message
-a application id (R,N)
-b notification body (F,N)
-d data-* entry (F,N)
-f forward-to URL (F,N,S)
-i icon (F,N,R)
-p priority (F,N)
-r reply port (F,N,S)
-s source (F)
-t title (F,N,R)
-u uid (F,N)
-v Enable verbose mode
-w password (F,N,R,S)
-x x-* header (F,N)
<host> can be IP address, host name, or '.' (localhost)
Change History
--------------
1.0 - Initial distribution
1.1 - Added support for SUBSCRIPTION requests
- Added --version arg
- Added priority, password and forward-to support