espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.87k stars 7.32k forks source link

Any socket examples for PPPoS? #2046

Closed sarpdaltaban closed 6 years ago

sarpdaltaban commented 6 years ago

PPPoS example is clearly working; however, when I try to open socket as a SERVER, clients return incorrect ACK number, when I try to act as a CLIENT, I can send data till ppp_output_callback buffer stucks at the size 584,

Do you have any PPPoS socket example that works with/without RTOS?

xiongyumail commented 6 years ago

Hi, There's a good project here!https://github.com/loboris/ESP32-PPPOS-EXAMPLE.git

sarpdaltaban commented 6 years ago

Sir, thank you very much, I am working on the example.

Sent from Mail for Windows 10

From: XiongYu Sent: Monday, June 11, 2018 11:34 AM To: espressif/esp-idf Cc: sarpdaltaban; Author Subject: Re: [espressif/esp-idf] Any socket examples for PPPoS? (#2046)

Hi, There's a good project here!https://github.com/loboris/ESP32-PPPOS-EXAMPLE.git — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.