me-no-dev / AsyncTCP

Async TCP Library for ESP32
GNU Lesser General Public License v3.0
750 stars 433 forks source link

Examples for the AsyncTCP #165

Closed martinmmi closed 5 days ago

martinmmi commented 1 year ago

Hello, iam martin from germany and i like to develop a tcp interface for an esp32 application.

How can i start with your AsyncTCP lib 1.2.1 or the new fork for esphome AsyncTCP lib 2.0.0?

I have this tcp sequences from a tcp server:

OFF: 80 30 41 42 43 44 45 46 47 20 20 20 20 20 20 20 20 20

GREEN: 80 31 41 42 43 44 45 46 47 20 20 20 20 20 20 20 20 20

RED: 80 33 41 42 43 44 45 46 47 20 20 20 20 20 20 20 20 20

How can I evaluate this sequences in a tcp client? Are some examples availble?

Many thanks Martin