Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample code showing the websocket problem #2779

Closed
wants to merge 1 commit into from

Conversation

xeonqq
Copy link
Contributor

@xeonqq xeonqq commented May 30, 2024

not for merge, only for discussion

Copy link

what-the-diff bot commented May 30, 2024

PR Summary

  • Integration of Docker
    Added a Dockerfile, which outlines all the project dependencies. This simplifies setting up the development environment as developers can install all necessary packages with a single command.

  • Simplified Build Process
    Contributed a Makefile that details the build process for the project. This file includes the instructions needed to compile and assemble the software, making the process more streamlined for every team member.

  • Documentation
    Enriched the project with the addition of a README.md file that provides a clear overview of the project, its functionality, and steps for its setup and use.

  • Web Server Functionality
    Presented added functionality with the application.cpp and webserver.cpp files. These files include various dependencies and help in establishing the project's web server capabilities.

  • Bridge with Arduino Libraries
    Included a component.mk file that dictates hardware configurations and incorporates Arduino libraries specific to this project, thereby enhancing the hardware-software integration.

  • Usage of Docker-Compose
    Included a docker-compose.yml file, assisting in defining and running multi-container Docker applications, thereby further simplifying processes for developers.

  • Front-End Additions
    Added several new files including dev.html, index.html, navbar.js and websocket_20240530143334.js related to front-end development of the project. These additions contribute towards a user-friendly interface.

  • Icon Additions
    Added a new favicon.ico file which provides a visual cue and branding for the project's web pages in web browsers.

@xeonqq xeonqq force-pushed the websocket_realtime_issue branch from b67df1f to 00ce708 Compare May 30, 2024 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants