YuhaoCheng / IoT-Project

Some interesting IoT projects developed by myself

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attention!

We will base it to develop a new IOT system (2019/10/02)

IoT-Project

This is my final year project of university

How to send the messgae to the Alibaba cloud server

  1. Create a ECS by using your account
  2. Get the public and private IP address of the ECS
  3. Upload the file in ./server/socket_server.py to your server
  4. Change the IP address in socket_server.py to private address of your own ECS
  5. Upload the file in ./pycom to your boards and start the boards

The usage of the project

  1. The pycom is the files you need yo download to your LoPy boards.
  2. The server is the files you need to deploy in your Alibaba.
  3. The webapp is the Web Application in the project. Your need to follow the instruction on Django to install the Django service on your server and deply the Web Application.
  4. The test_program is tool to help you to debug the program in your Server.

Note

  • The webMonitor is discarded. However, if you are familiar with Java, I'm appreciated that you can imporve these web project.

About

Some interesting IoT projects developed by myself

License:Apache License 2.0


Languages

Language:Python 62.9%Language:HTML 28.9%Language:JavaScript 8.1%Language:Java 0.1%