-
Notifications
You must be signed in to change notification settings - Fork 7.6k
3.0.0 Network Refactoring #8760
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
ca7ec90
Create ESP_NetworkInterface class and have Ethernet extending it
me-no-dev e42b99a
Update CMakeLists.txt
me-no-dev 044da55
Merge branch 'master' into feature/network_refactoring
me-no-dev f2824bc
Merge branch 'master' into feature/network_refactoring
me-no-dev 74a18b6
Merge branch 'master' into feature/network_refactoring
me-no-dev 0e6d289
Merge branch 'master' into feature/network_refactoring
me-no-dev 0c561bc
Split networking from WiFi (H2 can now use Ethernet)
me-no-dev 0edaa59
Fix build errors
me-no-dev dfc59e7
Guard WiFi classes and fix RMII ETH examples
me-no-dev da4d198
Decouple network related libraries from WiFi
me-no-dev 105c739
Fix examples and WiFiUpdate
me-no-dev 44f899f
Guard WiFiProv lib to compile only on WiFi chips
me-no-dev f4d8cba
Merge branch 'master' into feature/network_refactoring
me-no-dev 78cc5ec
Merge branch 'master' into feature/network_refactoring
me-no-dev 61b8675
Merge branch 'master' into feature/network_refactoring
me-no-dev 4f087ee
Merge branch 'master' into feature/network_refactoring
me-no-dev 638abc3
Add periman string for network and "fix" mdns on the first ETH
me-no-dev 7f4b1ec
Revert back location of Client/Server/Udp in order to accept some PRs
me-no-dev 3a83cfa
Merge branch 'master' into feature/network_refactoring
me-no-dev c8a4d5a
Fix periman
me-no-dev 8ace49a
Merge branch 'master' into feature/network_refactoring
me-no-dev 102a776
Merge branch 'master' into feature/network_refactoring
me-no-dev 864cec1
Merge branch 'master' into feature/network_refactoring
me-no-dev ae2a889
Some fixes from merging master
me-no-dev 824d2a0
Fix web server missing fs.h
me-no-dev 2085bbe
Move Client, Server and Udp out of WiFi
me-no-dev 8c5ae3c
More fixes
me-no-dev ea1717b
more fixes
me-no-dev a8b19cd
Merge branch 'master' into feature/network_refactoring
me-no-dev 09910c4
Fix CMakekLists and rework lib menu dependencies
me-no-dev 2711182
Fix CMake issues
me-no-dev 050a267
move back WiFiClient to rebase with master
me-no-dev 43e0564
Merge branch 'master' into feature/network_refactoring
me-no-dev c44d255
Update ETH_TLK110.ino
me-no-dev 1c580b8
Move back WiFiClient
me-no-dev f223ce0
Merge branch 'master' into feature/network_refactoring
me-no-dev 6ce26e9
Merge branch 'master' into feature/network_refactoring
lucasssvaz 6691cdb
Merge branch 'master' into feature/network_refactoring
me-no-dev 9716d5d
Merge branch 'master' into feature/network_refactoring
me-no-dev bcc8e3d
Update progress
me-no-dev 9bd5205
Update WiFiGeneric.cpp
me-no-dev 1f5b81d
More fixes
me-no-dev 1e6725a
Switch AP to the new interface
me-no-dev d8d2f09
Cleanup
me-no-dev 4127270
Rename AP methods
me-no-dev bf97e36
Add extra interface info for Printable
me-no-dev 7afd573
Rename IPv6 getters to clarify that they are returning LinkLocal address
me-no-dev cc5765f
Rename network classes
me-no-dev 0ec3884
Update NetworkManager.h
me-no-dev a39dcfd
Rename WiFi Server and UDP
me-no-dev df90716
Rename WiFiClient and WiFiClientSecure
me-no-dev 9db3df9
Update CMakeLists.txt
me-no-dev 224e5eb
Update on-push.sh
me-no-dev c3efaa5
Rename Network library
me-no-dev 29ab925
Remove unnecessary guard
me-no-dev d5d59d3
Merge branch 'master' into feature/network_refactoring
me-no-dev 8f79cde
Get the correct interface MAC address for mDND Workstation service
me-no-dev 7e893e9
Apply suggestions from code review
me-no-dev fb0041c
Merge branch 'master' into feature/network_refactoring
me-no-dev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.