91b9fae111
* Add generic IP calculations Add: calculateNetworkID(IPAddress ip, IPAddress subnet) => Calculate the network id using the ip and subnet (e.g. 192.168.0.0) calculateBroadcast(IPAddress ip, IPAddress subnet) => Calculate the broadcast ip using the ip and subnet (e.g. 192.168.0.255) calculateSubnetCIDR(IPAddress subnetMask) => Calculate the subnet CIDR using the subnet (e.g. 24) Add: broadcastIP() => Retrieve the network id (e.g. 192.168.0.0) networkID() => Retrieve the broadcast IP (e.g. 192.168.0.255) subnetCIDR() => Retrieve the subnet CIDR (e.g. 24) Add: broadcastIP() => Retrieve the network id (e.g. 192.168.0.0) networkID() => Retrieve the broadcast IP (e.g. 192.168.0.255) subnetCIDR() => Retrieve the subnet CIDR (e.g. 24) Add: softAPBroadcastIP() => Retrieve the network id (e.g. 192.168.0.0) softAPNetwrokID() => Retrieve the broadcast IP (e.g. 192.168.0.255) softAPSubnetCIDR() => Retrieve the subnet CIDR (e.g. 24) |
||
---|---|---|
.. | ||
ETH.cpp | ||
ETH.h | ||
WiFi.cpp | ||
WiFi.h | ||
WiFiAP.cpp | ||
WiFiAP.h | ||
WiFiClient.cpp | ||
WiFiClient.h | ||
WiFiGeneric.cpp | ||
WiFiGeneric.h | ||
WiFiMulti.cpp | ||
WiFiMulti.h | ||
WiFiScan.cpp | ||
WiFiScan.h | ||
WiFiServer.cpp | ||
WiFiServer.h | ||
WiFiSTA.cpp | ||
WiFiSTA.h | ||
WiFiType.h | ||
WiFiUdp.cpp | ||
WiFiUdp.h |