File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- source = [" ./mariquita " ]
2
- bundle_id = " dev.zmoog.mariquita "
1
+ source = [" ./iot-cloud-cli " ]
2
+ bundle_id = " dev.zmoog.iot-cloud-cli "
3
3
4
4
apple_id {
5
5
11
11
}
12
12
13
13
zip {
14
- output_path = " ./mariquita .zip"
14
+ output_path = " ./iot-cloud-cli .zip"
15
15
}
Original file line number Diff line number Diff line change 1
- # Mariquita
1
+ # iot-cloud-cli
2
2
3
- Mariquita is a virtual device for Arduino IoT Cloud for testing.
3
+ The iot-cloud-cli is a virtual device for Arduino IoT Cloud for testing.
4
4
5
5
```
6
- $ mariquita ping -u "<deviceId>" -p "<secret>" -t <thing ID>>
6
+ $ iot-cloud-cli ping -u "<deviceId>" -p "<secret>" -t <thing ID>>
7
7
Connected to Arduino IoT Cloud
8
8
Subscribed true
9
9
Property value sent successfully 81
@@ -12,7 +12,7 @@ $ mariquita ping -u "<deviceId>" -p "<secret>" -t <thing ID>>
12
12
13
13
## Requirements
14
14
15
- This is all you need to use Mariquita :
15
+ This is all you need to use iot-cloud-cli :
16
16
* A "Generic ESP8266 Module" device in IoT Cloud (requires a Maker plan)
17
17
* A thing with a ` counter ` property connected to the "Generic ESP8266 Module" device
18
18
@@ -42,7 +42,7 @@ You should connect the new device to the new thing.
42
42
### Testing
43
43
44
44
``` shell
45
- $ mariquita ping -u " <Device ID>" -p " <Secret Key>" -t < Thing ID>>
45
+ $ iot-cloud-cli ping -u " <Device ID>" -p " <Secret Key>" -t < Thing ID>>
46
46
```
47
47
48
48
If every works as expected you should see something similar to this output:
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ import (
9
9
"syscall"
10
10
"time"
11
11
12
+ "github.com/bcmi-labs/iot-cloud-cli/adapters/mqtt"
13
+ "github.com/bcmi-labs/iot-cloud-cli/internal/properties"
12
14
paho "github.com/eclipse/paho.mqtt.golang"
13
15
"github.com/spf13/cobra"
14
- "github.com/zmoog/mariquita/adapters/mqtt"
15
- "github.com/zmoog/mariquita/internal/properties"
16
16
)
17
17
18
18
var (
Original file line number Diff line number Diff line change 1
- module github.com/zmoog/mariquita
1
+ module github.com/bcmi-labs/iot-cloud-cli
2
2
3
3
go 1.15
4
4
Original file line number Diff line number Diff line change 1
1
package main
2
2
3
- import "github.com/zmoog/mariquita /command"
3
+ import "github.com/bcmi-labs/iot-cloud-cli /command"
4
4
5
5
func main () {
6
6
command .Execute ()
You can’t perform that action at this time.
0 commit comments