-
Notifications
You must be signed in to change notification settings - Fork 13.3k
IPv6 on esp8266-nonos-sdk and arduino #5136
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
127 commits
Select commit
Hold shift + click to select a range
6c64759
wip
d-a-v 746ec81
cc wip
d-a-v 53c9222
cc wip
d-a-v 6de50d4
cc comments
d-a-v 2dd152d
wip cc
d-a-v f87602a
+sync, get/set default nodelay, sync
d-a-v 6be4b6f
default nodelay=1
d-a-v 8f7fb1e
update flush()
d-a-v c0bea2b
fix return value
d-a-v d00ac35
ClientContext: put things together
d-a-v 53a19a8
Merge branch 'master' into ClientContext
devyte a662bfc
use ip4_addr instead of ip_addr
d-a-v b751983
ip4* -> ipv4*
d-a-v fc1719e
ipv6 wip
d-a-v 68c207c
wip ipv6
d-a-v e18c276
wip ipv6
d-a-v 090c5d5
ipv6: now compiles and links
d-a-v 2fcd96c
wip ipv6: simplification of IPAddress + fix nasty reinterpret_cast bug
d-a-v eb666fb
wip ipv6
d-a-v ad02962
wip ipv6
d-a-v 6718fe6
wip ipv6 lwIP-2.1rc0, menus
d-a-v 95e8afe
wip ipv6
d-a-v de36650
wip ipv6
d-a-v d21916d
use ip4_addr instead of ip_addr
d-a-v 0b11b17
ip4* -> ipv4*
d-a-v 537b4da
ipv6 wip
d-a-v 8f2ad74
wip ipv6
d-a-v c398663
wip ipv6
d-a-v b26701a
ipv6: now compiles and links
d-a-v 9903be1
wip ipv6: simplification of IPAddress + fix nasty reinterpret_cast bug
d-a-v 20bbdb3
wip ipv6
d-a-v b05dd81
wip ipv6
d-a-v b96c1c0
Merge branch 'ipv6' of github.com:d-a-v/Arduino into ipv6
d-a-v 643036f
wip ipv6: now tcp server is working too :)
d-a-v 86ba377
Merge branch 'ClientContext' into ipv6-test
d-a-v 347130e
Merge branch 'master' into ipv6-test
devyte 3c6ecb7
ipv6 fixes from lwip2 (dhcp6 working, beware: your esp is now accessi…
d-a-v 5799d7e
parse and show standard ipv6 + WiFi.localIP6Link()/localIP6Global()
d-a-v d93ff6f
IPv6 initial example sketch
d-a-v 54a50e2
liblwip2.a -> liblwip2_536.a
d-a-v 43c5c9f
getFullVersion: lwIP version was displayed twice
d-a-v a777aa3
udp with IPV6 fixes
d-a-v 1f48ad7
fix generic ip type management
d-a-v e3da355
lwip2: disable debug
d-a-v 22f5701
lwip2: disable debug
d-a-v 389bf07
lwip2: disable debug
d-a-v 402c35e
update example with UDP showing remote v4 or v6 address
d-a-v 53931c5
wip
d-a-v 81ec0f4
cc wip
d-a-v fbf1dd1
cc wip
d-a-v b4a918f
cc comments
d-a-v c14eeef
wip cc
d-a-v 238610e
+sync, get/set default nodelay, sync
d-a-v d0036a1
default nodelay=1
d-a-v e4c187b
update flush()
d-a-v d31d6f2
fix return value
d-a-v 5cf60b6
ClientContext: put things together
d-a-v a058506
Move SSLContext to its own header (#5121)
earlephilhower a7a5959
Fix connection options and update github pubkey (#5120)
earlephilhower d06cac2
ClientContext: fix debugging messages
d-a-v 976b749
Merge branch 'ClientContext' into ipv6-test
d-a-v ad61dfc
Esp.getFullVersion: show when IPv6 is enabled
d-a-v ede6e44
fixes lwip-v2 compatibilities with lwip-1.4 (check IPAddress.h's begi…
d-a-v 2693714
enable nagle by default
d-a-v 1bc5bc8
minor update to IPv6 example
d-a-v e67b6f0
astyled example
d-a-v c7859ba
LLMNR: restore a removed test
d-a-v 636aa28
mDNSlib porting (multicast api changes like for MMNR SSDP)
d-a-v 17ba0f6
fix: IPAddress is now rich, and cast to uint32_t is sometimes ambiguo…
d-a-v afa747d
port OTA
d-a-v 0bbd791
IPAddress cosmetic
d-a-v 4708451
add const to Ethernet and friends
d-a-v e8c659e
Merge branch 'master' into ClientContext
earlephilhower 63e1da7
fix DNS
d-a-v b9f79f5
Merge branch 'master' into ipv6-test
d-a-v f271b2a
WiFiClient: move static members out of the class, add comments
d-a-v 7f57694
Merge branch 'ClientContext' of github.com:d-a-v/Arduino into ClientC…
d-a-v 888bdb8
remove circular dependency
d-a-v 9d31c78
Merge branch 'ClientContext' into ipv6-test
d-a-v 15e7dfe
IPAddress needs to be copied
d-a-v c8a81e5
IPAddress needs to be copied
d-a-v 254c252
IPaddress: fix nullptr
d-a-v c2b0b96
add missing files (due to update to lwIP-2.1rc1)
d-a-v 8f53b52
ipv6 example: use ipv6.google.com, shows status in udp:23, show versions
d-a-v 0b7456b
Merge branch 'master' into ipv6-test
devyte 64802a0
interface list for c++
d-a-v b7cd735
Merge branch 'master' into ipv6-test
d-a-v ba4a4d0
Merge branch 'master' into ipv6-test
d-a-v 0393171
Merge branch 'master' into ipv6-test
d-a-v f63d2c7
Merge branch 'ipv6-test' of github.com:d-a-v/Arduino into ipv6-test
d-a-v 0cde770
+ IfList: interface iterator
d-a-v e855977
Merge branch 'ipv6-test' of github.com:d-a-v/Arduino into ipv6-test
d-a-v 4f97603
rename ifList to addrList, more accessors, updated example
d-a-v a6faa9d
Merge branch 'master' into ipv6-test
d-a-v b1e9cb5
Merge branch 'master' into ipv6-test
d-a-v 10638ba
Merge branch 'master' into ipv6-test
d-a-v 5948b93
Merge branch 'master' into ipv6-test
d-a-v bd85431
update example & comments and AddrList API
d-a-v 0de3365
Merge branch 'ipv6-test' of github.com:d-a-v/Arduino into ipv6-test
d-a-v f986cfe
astyle
d-a-v 190c016
Merge branch 'master' into ipv6-test
d-a-v 94eef5f
Merge branch 'master' into ipv6-test2
d-a-v f4cb3a6
cleaning
d-a-v bc654a3
Merge branch 'master' into ipv6-test
d-a-v 849f87a
Merge branch 'ipv6-test' of github.com:d-a-v/Arduino into ipv6-test
d-a-v 29618dc
use CONST in place of constv2
d-a-v 38efc64
Merge branch 'master' into ipv6-test
d-a-v 1d78618
+ IPAddress::fromString4()
d-a-v bcd8fcd
use StringStream:: for ::toString()
d-a-v 53b099b
use periodic timeout
d-a-v 366d3a7
minor updates on interface iterator
d-a-v 2dcf863
check for IPv4 addresses for softAP intialization
d-a-v 82eecf3
comment
d-a-v 0d7cd7d
document preprocessing #error directive
d-a-v 523aa05
remove lowpan*
d-a-v 97d2032
fix example
d-a-v ece7393
pio build
d-a-v b526eef
remove ifList from ESP8266WiFi.cpp
d-a-v d377bad
fix boards.txt
d-a-v 271e94f
cast return type
d-a-v 326f705
Merge branch 'ipv6-test' of github.com:d-a-v/Arduino into ipv6-test
d-a-v d2bad35
rename IfList -> AddrList
d-a-v 9ea8f0e
rename IfList to AddrList
d-a-v f530d84
fix example
d-a-v c16a111
check WiFi.config args for v4()
d-a-v 72a64f0
remove tools/sdk/include/mesh.h
d-a-v fdcca1f
update lwIP to 2.1.2 stable, glue tagged 1.0 stable
d-a-v 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
IPAddress cosmetic
- Loading branch information
commit 0bbd7916b24d2f44d664de85579ecbe5bda02bf0
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
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.