Skip to content

Commit

Permalink
resolve issue #9: spelling correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
leeshineSZ committed Dec 21, 2015
1 parent c077d30 commit 3e24421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##pando-embedded-framework
#introduction
When connecting a hardware device to the internet, we need a cloud, a device, and a gateway. We have to code in the device to get the date of the real word by hardware driver, code in the gateway to connect our device to the cloud and send date to the cloud by network, code in the cloud to deal with the business. We have to do so much, on the other hand, because of the variety of gateway and device, we have to implement the save business on different platform, such as, esp8266, 5350, stm32, ardunio, and so on.
When connecting a hardware device to the internet, we need a cloud, a device, and a gateway. We have to code in the device to get the data of the real word by hardware driver, code in the gateway to connect our device to the cloud and send data to the cloud by network, code in the cloud to deal with the business. We have to do so much, on the other hand, because of the variety of gateway and device, we have to implement the save business on different platform, such as, esp8266, 5350, stm32, ardunio, and so on.
The structure of conneting things to the internet is like below:
![normal-IOT-structure](doc/image/normal-IOT-structure.jpg)
pando-embedded-framwork is different in that, it abstracts the common gateway business, such as register, login, access, and so on, leave the driver interface to be implemented on different platform; on the other hand, it abstracts the device common operations.
Expand Down

0 comments on commit 3e24421

Please sign in to comment.