Code Monkey home page Code Monkey logo

pando-embedded-framework's Introduction

##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 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
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.
pando-IOT_structure
#directory structure
-doc -framework |-gateway |-lib |-platform |-include |-src |-stm32 |-protocol |-subdevice -example |-stm32

doc:the document.
gateway:the common gateway business.
lib:the library used.
include:the function declarations used in the framework, which should be implemented in different platforms.
src:contains the implementation of the interface in include for different platforms.
subdevice:the abstractation of device common operation.
example:because of that this framework is a library, so example contains base initialization and main function to run.
#how to If you want to use this framework in your own project, what you need to do is to implement the interface in include directory, and to add your own devices which are defined in subdevice. We will offer examples for you to refer to.
If you want to know more about the whole framework, you can follow the project pando-cloud to learn about the cloud. And the project tisan-kit contains more examples about the framework by our development board tisan.
We also appreciate you to share your implementation on your platform or improve this framework. If you want to do so, there is a coding style for you to read first in order to cooperate better. #Example stm32+3G esp8266

pando-embedded-framework's People

Contributors

leeshinesz avatar sarahchina avatar lxx719 avatar sw0813 avatar ruizeng avatar moimo avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.