Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #20 from theiotjourney/master
Browse files Browse the repository at this point in the history
readme.md markdown headers fixes
  • Loading branch information
tameraw authored Jun 6, 2017
2 parents 12aedc8 + aabab6d commit 9fefb0f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#iothub-explorer
# iothub-explorer

A CLI tool to manage device identities in your IoT hub registry, send and receive messages and files from your devices, and monitor your IoT hub operations.

**iothub-explorer** also lets you simulate a device connected to your IoT hub.

[![npm version](https://badge.fury.io/js/iothub-explorer.svg)](https://badge.fury.io/js/iothub-explorer)

<a name="install"/>

## Installing iothub-explorer

> Note: This tool requires Node.js version 4.x or higher for all features to work.
Expand Down Expand Up @@ -76,6 +78,7 @@ $ iothub-explorer help create

## Examples
<a name="identityregistry"/>

### Working with the device identity registry

Supply your IoT hub connection string once using the **login** command. This means you do not need to supply the connection string for subsequent commands for the duration of the session (defaults to one hour):
Expand Down Expand Up @@ -121,6 +124,7 @@ $ iothub-explorer delete existing-device
```

<a name="devices"/>

### Working with devices

Use the following command to monitor the device-to-cloud messages from a device:
Expand Down

0 comments on commit 9fefb0f

Please sign in to comment.