Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.txt | 2017-04-13 | 964 Bytes | |
pySNP31send-1.0.zip | 2017-04-13 | 3.9 kB | |
Totals: 2 Items | 4.8 kB | 0 |
Python SNP 3.1 Wrapper for Windows Copyright (C) 2017 full phat products NO WARRANTY. USE ONLY AS DIRECTED. MULTI-PLATFORM GOODNESS. Synopsis -------- Python command-line tool that sends SNP 3.1 requests. Requirements ------------ Python 2.7. Usage ----- pysnp31send <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