Skip to content
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

Examples for receive and send TCP packages #1317

Open
wants to merge 40 commits into
base: master
Choose a base branch
from

Commits on Oct 14, 2019

  1. Create fork for esphome

    OttoWinter committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    0ba7c0b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Configuration menu
    Copy the full SHA
    22420ca View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.2.4

    OttoWinter committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    abb2204 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. Configuration menu
    Copy the full SHA
    3f098db View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.2.5

    OttoWinter committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    62cdde3 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Configuration menu
    Copy the full SHA
    6c873b2 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.2.6

    OttoWinter committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    ae1258f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    40c37b9 View commit details
    Browse the repository at this point in the history
  2. Bump version to v1.2.7

    OttoWinter committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    32ab7bd View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Configuration menu
    Copy the full SHA
    36e4fa0 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. Configuration menu
    Copy the full SHA
    c7b7faf View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Configuration menu
    Copy the full SHA
    8a43124 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Explicitly type cast to uint32_t to avoid ambiguity

    .piolibdeps/esp32-test/ESPAsyncWebServer-esphome/src/AsyncWebSocket.cpp: In member function 'IPAddress AsyncWebSocketClient::remoteIP()':
    .piolibdeps/esp32-test/ESPAsyncWebServer-esphome/src/AsyncWebSocket.cpp:832:29: error: call of overloaded 'IPAddress(long unsigned int)' is ambiguous
             return IPAddress(0UL);
                                 ^
    In file included from /root/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h:163,
                     from .piolibdeps/esp32-test/ESPAsyncWebServer-esphome/src/AsyncWebSocket.cpp:21:
    /root/.platformio/packages/framework-arduinoespressif32/cores/esp32/IPAddress.h:51:5: note: candidate: 'IPAddress::IPAddress(const uint8_t*)'
         IPAddress(const uint8_t *address);
         ^~~~~~~~~
    /root/.platformio/packages/framework-arduinoespressif32/cores/esp32/IPAddress.h:50:5: note: candidate: 'IPAddress::IPAddress(uint32_t)'
         IPAddress(uint32_t address);
         ^~~~~~~~~
    agners committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    c6e6462 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Merge remote-tracking branch 'depau/mem-corruption' into fix-build-wi…

    …th-arduino-esp32-2.0.0-rc1
    agners committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    468ac18 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    5200b97 View commit details
    Browse the repository at this point in the history
  2. Bump version to v1.3.0

    agners committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    84e0ad4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57a77e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e796381 View commit details
    Browse the repository at this point in the history
  5. Fix CI

    agners committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    f2a0213 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4 from agners/fix-ci

    Fix CI
    OttoWinter committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    ef429f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    762fdb9 View commit details
    Browse the repository at this point in the history
  2. Add dist to gitignore

    OttoWinter committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    83ce0c6 View commit details
    Browse the repository at this point in the history
  3. Bump version to 1.3.1

    OttoWinter committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    2403369 View commit details
    Browse the repository at this point in the history
  4. Remove SPIFFSEditor

    OttoWinter committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    ccd1ed0 View commit details
    Browse the repository at this point in the history
  5. Bump version to 2.0.0

    OttoWinter committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    f4622e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41ee322 View commit details
    Browse the repository at this point in the history
  7. Bump version to 2.0.1

    OttoWinter committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    fc585ca View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    ac0ee8d View commit details
    Browse the repository at this point in the history
  2. Bump version to 2.1.0

    jesserockz committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    aa107a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    d9bfc20 View commit details
    Browse the repository at this point in the history
  2. Bump version to 3.0.0

    jesserockz committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    4fd0a1f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    c4ced25 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    c22f062 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. CI updates (#8)

    jesserockz committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    4524dca View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    8c60a28 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Bump version to 3.1.0

    jesserockz committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    f2a65ff View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Add mutex for queue processing. (#24)

    Co-authored-by: Your Name <[email protected]>
    Fabian-Schmidt and Your Name committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    9c2034d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    7f4759c View commit details
    Browse the repository at this point in the history
  2. Bump version to 3.1.1

    jesserockz committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d3b0639 View commit details
    Browse the repository at this point in the history
  3. Bump version to 3.2.0

    jesserockz committed May 6, 2024
    Configuration menu
    Copy the full SHA
    cf47c2b View commit details
    Browse the repository at this point in the history