Skip to content

Commit

Permalink
README.md reorganization did not work as expected (reverting operations)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmikeli committed Aug 25, 2019
1 parent 6ada53c commit d3302c3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ....Simulator2/IoT.Simulator2/docs/README.md → README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Azure IoT Device Simulator - Readme
# Azure IoT Device Simulator - Readme

This project has for purpose to help IoT developers and testers. The solution is an Azure IoT Device simulator that implements different types of Cloud To Device (C2D) / Device To Cloud (D2C) flows between [Microsoft Azure IoT Hub](https://azure.microsoft.com/en-us/services/iot-hub/) and the simulated device.

<br/>

For more information:
- [*How to (Quickstart)*](HowTo.md)
- [*Help and details*](Help.md)
- [*How to (Quickstart)*](sources/IoT.Simulator2/IoT.Simulator2/docs/HowTo.md)
- [*Help and details*](sources/IoT.Simulator2/IoT.Simulator2/docs/Help.md)

<br/>

Expand All @@ -27,7 +27,7 @@ Technical information:

*Azure IoT Device Simulator logs*

![Azure IoT Device Simulator Logs](images/AzureIoTDeviceSimulatorLos.gif)
![Azure IoT Device Simulator Logs](sources/IoT.Simulator2/IoT.Simulator2/docs/images/AzureIoTDeviceSimulatorLos.gif)

<br/>

Expand Down Expand Up @@ -70,7 +70,7 @@ Technical information:
The features at the module level are the identical to the device features except for the latency tests.


[details](Help.md).
[details](sources/IoT.Simulator2/IoT.Simulator2/docs/Help.md).


## Global technical features
Expand Down Expand Up @@ -115,5 +115,5 @@ Functional features are based on these generic technical features:

## More information

- Details about **HOW the solution WORKS** are provided in the [help](Help.md) section.
- Details about **HOW the solution can be USED** are provided in the [how to](HowTo.md) section.
- Details about **HOW the solution WORKS** are provided in the [help](sources/IoT.Simulator2/IoT.Simulator2/docs/Help.md) section.
- Details about **HOW the solution can be USED** are provided in the [how to](sources/IoT.Simulator2/IoT.Simulator2/docs/HowTo.md) section.

0 comments on commit d3302c3

Please sign in to comment.