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.
- Host: GitHub
- URL: https://github.com/maicius/embedplatform
- Owner: Maicius
- Created: 2019-03-21T17:29:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T02:42:16.000Z (over 7 years ago)
- Last Synced: 2025-01-10T01:27:33.857Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 882 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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:
