An open API service indexing awesome lists of open source software.

https://github.com/maicius/embedplatform

Embedded Course Homework of Software College of Nanjing University. Four network protocols are required to transmit data from four sensors on ardunio to cloud platfrom.
https://github.com/maicius/embedplatform

Last synced: over 1 year ago
JSON representation

Embedded Course Homework of Software College of Nanjing University. Four network protocols are required to transmit data from four sensors on ardunio to cloud platfrom.

Awesome Lists containing this project

README

          

# A Simple Embedded Cloud Computing Platform Based on Arduino

Embedded Course Homework of Software College of Nanjing University. Four network protocols are required to transmit data from four sensors on ardunio to cloud platfrom.

![](./image/ui.JPG)

It's a multiprocess program, including the following processes:

- A process for reading data from serial.

- Mqtt publisher and subscriber

- Http client and server(Including a website based on django)

- XMPP client and server

- Coap client and server

And code for ardunio was attched.

### Structure for the Platform:

![](./image/structure.png)