项目作者: dk4pa

项目描述 :
Send local Message over Websocket
高级语言: Python
项目地址: git://github.com/dk4pa/UniPager-SendWebsocket.git
创建时间: 2018-02-08T08:58:33Z
项目社区:https://github.com/dk4pa/UniPager-SendWebsocket

开源协议:

下载


UniPager-SendWebsocket

Version 1: unipager_send_websocket.py

Original from dk4pa
Send local Message over Websocket connection.

Options are:

ric, text, m_type(AlphaNum or Numeric), m_func(Func0-3)

Version 2: unipager_send.py

  • Password authentification implemented
  • Command line arguments with default values
  1. usage: unipager_send.py [-h] [--hostname HOSTNAME] [--port PORT]
  2. [--password PASSWORD] [--ric RIC] [--type TYPE]
  3. [--func FUNC] [--msg MSG] [--debug]
  4. Send paging call direct via Unipager
  5. optional arguments:
  6. -h, --help show this help message and exit
  7. --hostname HOSTNAME The host running Unipager, default localhost
  8. --port PORT The port Unipager is listening, default 8055
  9. --password PASSWORD The Unipager password, default empty
  10. --ric RIC RIC to send the message to
  11. --type TYPE 0 = Numeric, 1 = Alphanumeric, default 1
  12. --func FUNC Function Bits in POCSAG datagram, default 3
  13. --msg MSG Message, if containing spaces: "TEXT WITH SPACES"
  14. --debug Enable debug