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

Tidy network files #2824

Merged
merged 2 commits into from
Jun 23, 2024
Merged

Tidy network files #2824

merged 2 commits into from
Jun 23, 2024

Conversation

mikee47
Copy link
Contributor

@mikee47 mikee47 commented Jun 22, 2024

The Network Component files are laid out in a fairly predictable way, with a few exceptions whose headers and source modules are all in the root directory:

  • FtpServer
  • HttpClient
  • HttpServer
  • WebsocketClient
  • MqttClient

This PR moves those files into the appropriate subdirectory but replaces the headers with stubs.
This should make maintenance easier as the actual code and header are kept together in the expected location.

@slaff slaff added this to the 5.2.0 milestone Jun 23, 2024
@slaff slaff merged commit 63877bb into SmingHub:develop Jun 23, 2024
40 checks passed
@mikee47 mikee47 deleted the feature/network-files branch June 23, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants