Skip to content

Commit c8f4e75

Browse files
Paolo Calaopolldo
Paolo Calao
authored andcommitted
Wrap iot-client (#8)
Introduce iot package to wrap the arduino iot-client-go. This allows to perform cloud operations in a simple and transparent way, like adding a device, exploiting the iot-api rest interface. * Wrap iot client go * iot client - implement add certificate * Refactor iot wrapper as internal package - Move iot in internal package - Add significative comments - Rename auth.go in token.go
1 parent c728d0c commit c8f4e75

File tree

4 files changed

+276
-0
lines changed

4 files changed

+276
-0
lines changed

go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ go 1.15
44

55
require (
66
github.com/arduino/arduino-cli v0.0.0-20210607095659-16f41352eac3
7+
github.com/arduino/iot-client-go v1.3.3
78
github.com/bcmi-labs/oniudra-cli v0.15.8
89
github.com/eclipse/paho.mqtt.golang v1.3.2
910
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f
1011
github.com/sirupsen/logrus v1.8.1
1112
github.com/spf13/cobra v1.1.3
1213
golang.org/x/net v0.0.0-20210505024714-0287a6fb4125 // indirect
14+
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
1315
golang.org/x/sys v0.0.0-20210503173754-0981d6026fa6 // indirect
1416
google.golang.org/genproto v0.0.0-20210504143626-3b2ad6ccc450 // indirect
1517
google.golang.org/grpc v1.39.0

0 commit comments

Comments
 (0)