Add localIPv6 IPv6Address.toShortString() #6600
Labels
Status: Awaiting triage
Issue is waiting for triage
Type: Feature request
Feature request for Arduino ESP32
Related area
WIFI IPv6Address
Hardware specification
ESP32
Is your feature request related to a problem?
Feature request
Most OLED/LCD/TFT have small width, as IPv6 can be shorted/abreviated, so its usefull to display it short as possible.
Normal IPv6 Address:
fe80:0000:0000:0000:32ae:a4ff:fe02:e488
It can be short as:
fe80::32ae:a4ff:fe02:e488
Describe the solution you'd like
I have implemented it at IPv6Address.h/cpp but it is overrited every time i update sdk, so i will apreciate if this feature can be part of SDK.
Describe alternatives you've considered
I have change IPv6Address class, includding this function, that work as expected, im a beginner, so this function can be better writed.
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: