This repository was archived by the owner on Sep 10, 2024. It is now read-only.
File tree 4 files changed +40
-0
lines changed
4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+ #
3
+ # Copyright (c) 2019, Pycom Limited.
4
+ #
5
+ # This software is licensed under the GNU GPL version 3 or any
6
+ # later version, with permitted additional terms. For more information
7
+ # see the Pycom Licence v1.0 document supplied with this file, or
8
+ # available at https://www.pycom.io/opensource/licensing
9
+ #
10
+
1
11
''' Set here you setup config in this example
2
12
'''
3
13
CONFIG = {
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+ #
3
+ # Copyright (c) 2019, Pycom Limited.
4
+ #
5
+ # This software is licensed under the GNU GPL version 3 or any
6
+ # later version, with permitted additional terms. For more information
7
+ # see the Pycom Licence v1.0 document supplied with this file, or
8
+ # available at https://www.pycom.io/opensource/licensing
9
+ #
10
+
1
11
''' A MQTT wrapper for Google Cloud IoT MQTT bridge
2
12
Extended from umqtt.robust by Paul Sokolovsky with wrap of Google credentials
3
13
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+ #
3
+ # Copyright (c) 2019, Pycom Limited.
4
+ #
5
+ # This software is licensed under the GNU GPL version 3 or any
6
+ # later version, with permitted additional terms. For more information
7
+ # see the Pycom Licence v1.0 document supplied with this file, or
8
+ # available at https://www.pycom.io/opensource/licensing
9
+ #
10
+
1
11
''' Example Google IoT Core connection
2
12
'''
3
13
import utime
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+ #
3
+ # Copyright (c) 2019, Pycom Limited.
4
+ #
5
+ # This software is licensed under the GNU GPL version 3 or any
6
+ # later version, with permitted additional terms. For more information
7
+ # see the Pycom Licence v1.0 document supplied with this file, or
8
+ # available at https://www.pycom.io/opensource/licensing
9
+ #
10
+
1
11
'''umqtt is a simple MQTT client for MicroPython.
2
12
Original code: https://github.com/micropython/micropython-lib/tree/master/umqtt.simple'''
3
13
import time
You can’t perform that action at this time.
0 commit comments