File tree Expand file tree Collapse file tree 11 files changed +856
-0
lines changed Expand file tree Collapse file tree 11 files changed +856
-0
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ /*
2+ * This file is part of ArduinoIoTCloud.
3+ *
4+ * Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
5+ *
6+ * This software is released under the GNU General Public License version 3,
7+ * which covers the main part of arduino-cli.
8+ * The terms of this license can be found at:
9+ * https://www.gnu.org/licenses/gpl-3.0.en.html
10+ *
11+ * You can be released from the requirements of the above licenses by purchasing
12+ * a commercial license. Buying such a license is mandatory if you want to modify or
13+ * otherwise use the software for commercial activities involving the Arduino
14+ * software without disclosing the source code of your own applications. To purchase
15+ * a commercial license, send an email to license@arduino.cc.
16+ */
17+
118#include < ArduinoECCX08.h>
219#include " utility/ECCX08Cert.h"
320#include " CloudSerial.h"
Original file line number Diff line number Diff line change 1+ /*
2+ * This file is part of ArduinoIoTCloud.
3+ *
4+ * Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
5+ *
6+ * This software is released under the GNU General Public License version 3,
7+ * which covers the main part of arduino-cli.
8+ * The terms of this license can be found at:
9+ * https://www.gnu.org/licenses/gpl-3.0.en.html
10+ *
11+ * You can be released from the requirements of the above licenses by purchasing
12+ * a commercial license. Buying such a license is mandatory if you want to modify or
13+ * otherwise use the software for commercial activities involving the Arduino
14+ * software without disclosing the source code of your own applications. To purchase
15+ * a commercial license, send an email to license@arduino.cc.
16+ */
17+
118#ifndef ARDUINO_IOT_CLOUD_H
219#define ARDUINO_IOT_CLOUD_H
320
Original file line number Diff line number Diff line change 1+ /*
2+ * This file is part of ArduinoIoTCloud.
3+ *
4+ * Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
5+ *
6+ * This software is released under the GNU General Public License version 3,
7+ * which covers the main part of arduino-cli.
8+ * The terms of this license can be found at:
9+ * https://www.gnu.org/licenses/gpl-3.0.en.html
10+ *
11+ * You can be released from the requirements of the above licenses by purchasing
12+ * a commercial license. Buying such a license is mandatory if you want to modify or
13+ * otherwise use the software for commercial activities involving the Arduino
14+ * software without disclosing the source code of your own applications. To purchase
15+ * a commercial license, send an email to license@arduino.cc.
16+ */
17+
118#include " ArduinoIoTCloud.h"
219#include " CloudSerial.h"
320
Original file line number Diff line number Diff line change 1+ /*
2+ * This file is part of ArduinoIoTCloud.
3+ *
4+ * Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
5+ *
6+ * This software is released under the GNU General Public License version 3,
7+ * which covers the main part of arduino-cli.
8+ * The terms of this license can be found at:
9+ * https://www.gnu.org/licenses/gpl-3.0.en.html
10+ *
11+ * You can be released from the requirements of the above licenses by purchasing
12+ * a commercial license. Buying such a license is mandatory if you want to modify or
13+ * otherwise use the software for commercial activities involving the Arduino
14+ * software without disclosing the source code of your own applications. To purchase
15+ * a commercial license, send an email to license@arduino.cc.
16+ */
17+
118#ifndef CLOUD_SERIAL_H
219#define CLOUD_SERIAL_H
320
Original file line number Diff line number Diff line change 1+ /*
2+ * This file is part of ArduinoIoTCloud.
3+ *
4+ * Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
5+ *
6+ * This software is released under the GNU General Public License version 3,
7+ * which covers the main part of arduino-cli.
8+ * The terms of this license can be found at:
9+ * https://www.gnu.org/licenses/gpl-3.0.en.html
10+ *
11+ * You can be released from the requirements of the above licenses by purchasing
12+ * a commercial license. Buying such a license is mandatory if you want to modify or
13+ * otherwise use the software for commercial activities involving the Arduino
14+ * software without disclosing the source code of your own applications. To purchase
15+ * a commercial license, send an email to license@arduino.cc.
16+ */
117
218#ifndef CONNECTION_MANAGER_H_INCLUDED
319#define CONNECTION_MANAGER_H_INCLUDED
Original file line number Diff line number Diff line change 1+ /*
2+ * This file is part of ArduinoIoTCloud.
3+ *
4+ * Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
5+ *
6+ * This software is released under the GNU General Public License version 3,
7+ * which covers the main part of arduino-cli.
8+ * The terms of this license can be found at:
9+ * https://www.gnu.org/licenses/gpl-3.0.en.html
10+ *
11+ * You can be released from the requirements of the above licenses by purchasing
12+ * a commercial license. Buying such a license is mandatory if you want to modify or
13+ * otherwise use the software for commercial activities involving the Arduino
14+ * software without disclosing the source code of your own applications. To purchase
15+ * a commercial license, send an email to license@arduino.cc.
16+ */
17+
118#include < MKRGSM.h>
219#include " ConnectionManager.h"
320
Original file line number Diff line number Diff line change 1+ /*
2+ * This file is part of ArduinoIoTCloud.
3+ *
4+ * Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
5+ *
6+ * This software is released under the GNU General Public License version 3,
7+ * which covers the main part of arduino-cli.
8+ * The terms of this license can be found at:
9+ * https://www.gnu.org/licenses/gpl-3.0.en.html
10+ *
11+ * You can be released from the requirements of the above licenses by purchasing
12+ * a commercial license. Buying such a license is mandatory if you want to modify or
13+ * otherwise use the software for commercial activities involving the Arduino
14+ * software without disclosing the source code of your own applications. To purchase
15+ * a commercial license, send an email to license@arduino.cc.
16+ */
117
218#include " ConnectionManager.h"
319
Original file line number Diff line number Diff line change 1+ /*
2+ * This file is part of ArduinoIoTCloud.
3+ *
4+ * Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
5+ *
6+ * This software is released under the GNU General Public License version 3,
7+ * which covers the main part of arduino-cli.
8+ * The terms of this license can be found at:
9+ * https://www.gnu.org/licenses/gpl-3.0.en.html
10+ *
11+ * You can be released from the requirements of the above licenses by purchasing
12+ * a commercial license. Buying such a license is mandatory if you want to modify or
13+ * otherwise use the software for commercial activities involving the Arduino
14+ * software without disclosing the source code of your own applications. To purchase
15+ * a commercial license, send an email to license@arduino.cc.
16+ */
17+
118#include < ArduinoIoTCloudBearSSL.h>
219#include < bearssl/bearssl_hash.h>
320#include < ArduinoECCX08.h>
Original file line number Diff line number Diff line change 1+ /*
2+ * This file is part of ArduinoIoTCloud.
3+ *
4+ * Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
5+ *
6+ * This software is released under the GNU General Public License version 3,
7+ * which covers the main part of arduino-cli.
8+ * The terms of this license can be found at:
9+ * https://www.gnu.org/licenses/gpl-3.0.en.html
10+ *
11+ * You can be released from the requirements of the above licenses by purchasing
12+ * a commercial license. Buying such a license is mandatory if you want to modify or
13+ * otherwise use the software for commercial activities involving the Arduino
14+ * software without disclosing the source code of your own applications. To purchase
15+ * a commercial license, send an email to license@arduino.cc.
16+ */
17+
118#ifndef _ECCX08_CERT_H_
219#define _ECCC08_CERT_H_
320
You can’t perform that action at this time.
0 commit comments