File tree 11 files changed +856
-0
lines changed
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 [email protected] .
16
+ */
17
+
1
18
#include < ArduinoECCX08.h>
2
19
#include " utility/ECCX08Cert.h"
3
20
#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 [email protected] .
16
+ */
17
+
1
18
#ifndef ARDUINO_IOT_CLOUD_H
2
19
#define ARDUINO_IOT_CLOUD_H
3
20
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 [email protected] .
16
+ */
17
+
1
18
#include " ArduinoIoTCloud.h"
2
19
#include " CloudSerial.h"
3
20
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 [email protected] .
16
+ */
17
+
1
18
#ifndef CLOUD_SERIAL_H
2
19
#define CLOUD_SERIAL_H
3
20
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 [email protected] .
16
+ */
1
17
2
18
#ifndef CONNECTION_MANAGER_H_INCLUDED
3
19
#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 [email protected] .
16
+ */
17
+
1
18
#include < MKRGSM.h>
2
19
#include " ConnectionManager.h"
3
20
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 [email protected] .
16
+ */
1
17
2
18
#include " ConnectionManager.h"
3
19
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 [email protected] .
16
+ */
17
+
1
18
#include < ArduinoIoTCloudBearSSL.h>
2
19
#include < bearssl/bearssl_hash.h>
3
20
#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 [email protected] .
16
+ */
17
+
1
18
#ifndef _ECCX08_CERT_H_
2
19
#define _ECCC08_CERT_H_
3
20
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 [email protected] .
16
+ */
17
+
1
18
#ifndef _ECCX08_TLS_CONFIG_H_
2
19
#define _ECCX08_TLS_CONFIG_H_
3
20
You can’t perform that action at this time.
0 commit comments