Skip to content

QuecPython/webServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Server Solution for QuecPython

中文 | English

Introduction

This is a web server framework for QuecPython.

Usage

After importing all files from the web_simhub folder into the QuecPython module's file system, the main.py file will be automatically executed, starting the web service.

The web page access address is: http://192.168.1.1/static/index.html.

The screen capture is as follows:

Contributing

We welcome contributions to improve this project! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -m 'Add your feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a Pull Request.

License

This project is licensed under the Apache License. See the LICENSE file for details.

Support

If you have any questions or need support, please refer to the QuecPython documentation or open an issue in this repository.