SmingHub / Sming

Sming - powerful open source framework simplifying the creation of embedded C++ applications.
https://sming.readthedocs.io
GNU Lesser General Public License v3.0
1.47k stars 348 forks source link

Tidy network files #2824

Closed mikee47 closed 3 months ago

mikee47 commented 3 months ago

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:

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.