xavierlesa / channels-asgi-mqtt

Interface between MQTT and ASGI and Channels 2.0 compatible
GNU General Public License v3.0
44 stars 30 forks source link

[Release] Update version 0.2.1 #2

Closed nicocesar closed 5 years ago

nicocesar commented 5 years ago

Version 0.2.1 doesn't have parameters --channel-{name,sub,pub}

# pip3 search chasgimqtt
chasgimqtt (0.2.1)  - Interface between MQTT broker and ASGI and Channels 2.0 compatible
  INSTALLED: 0.2.1 (latest)
# chasgimqtt -h
usage: chasgimqtt [-h] [-H HOST] [-p PORT] [-v] [-U USERNAME] [-P PASSWORD]
                  channel_layer

Simple MQTT bridge for ASGI

positional arguments:
  channel_layer         The ASGI channel layer instance to use as
                        path.to.module:instance.path

optional arguments:
  -h, --help            show this help message and exit
  -H HOST, --host HOST  MQTT broker host
  -p PORT, --port PORT  MQTT broker port
  -v, --verbosity       Set verbosity
  -U USERNAME, --username USERNAME
                        MQTT username to authorised connection
  -P PASSWORD, --password PASSWORD
                        MQTT password to authorised connection
xavierlesa commented 5 years ago

@nicocesar you are totally right sir! there is a version ahead of release 0.2.1 Im going to push it now.

xavierlesa commented 5 years ago

New release 0.3.0 solve this.