Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
MQTT/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
49 lines (39 sloc)
1.42 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Work Log | |
## May 8, 2024 Update | |
- Determine the theme | |
- Complete the division of work | |
## May 18, 2024 Update | |
- Purchase hardware | |
- Complete MQTT server configuration | |
- Complete MySQL configuration | |
- Complete web configuration | |
- Start UI design | |
- Establish the database | |
## May 21, 2024 Update | |
- Complete the message production and storage of consumption hardware | |
- Provide page query interface | |
- Hardware code (server topic, WiFi configuration, sensor information update) | |
## May 30, 2024 Update | |
- Integrate software code | |
- Complete hardware code | |
- Complete UI design (including two pie charts for temperature and humidity) | |
- Complete the first version of project dependency installation | |
## Jun 10, 2024 Update | |
- Test message throughput | |
- Test message sending time | |
- Complete web part testing | |
- Flash hardware code | |
## Jun 14, 2024 Update | |
- Modify web design, add navigation bar | |
- Add web auto-refresh function | |
- Add high temperature alarm function to the web | |
- Connect hardware and run the program | |
## Jun 18, 2024 Update | |
- Add corresponding change line chart to the web | |
## Jun 19, 2024 Update | |
- Modify alarm function, set preset temperature and humidity range, and display corresponding alarms when exceeding or below the set value | |
## Jun 20, 2024 Update | |
- Modify server to send historical data to line chart for real-time changes | |
- Upload complete project files and update README | |
## Jun 23, 2024 Update | |
- Extend one server connection to five |