Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: espressif/arduino-esp32
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: a7md0/arduino-esp32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 8 files changed
  • 2 contributors

Commits on Jul 28, 2019

  1. 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)
    a7md0 committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    b057aee View commit details
    Browse the repository at this point in the history
  2. Add generic IP utilities

    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)
    a7md0 committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    d1ad5ec View commit details
    Browse the repository at this point in the history
  3. Add generic IP utilities

    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)
    a7md0 committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    52cd613 View commit details
    Browse the repository at this point in the history
  4. Add generic IP utilities

    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)
    a7md0 committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    a5b84cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fcdc0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac36d8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b00789e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d99e493 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    691d284 View commit details
    Browse the repository at this point in the history
Loading