Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PyPI (0.03 sec)

  1. docs/bucket/notifications/README.md

    ```
    
    ### Step 3: Test on MQTT
    
    The python program below waits on mqtt topic `/minio` and prints event notifications on the console. We use [paho-mqtt](https://pypi.python.org/pypi/paho-mqtt/) library to do this.
    
    ```py
    #!/usr/bin/env python3
    from __future__ import print_function
    import paho.mqtt.client as mqtt
    
    # This is the Subscriber
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 84K bytes
    - Viewed (0)
Back to top