Re: [lwip-users] LWIP Git different branches

2021-11-25 Thread goldsi...@gmx.de
Am 25.11.2021 um 17:41 schrieb Ali Naseri: Hello, I am using LWIP in a project to implement a ModbusTCP interface. Now I see that there are 2 branches in GIT, namely the master branch and the STABLE branch. Now how do these branches relate to each other in the further development and debugging

Re: [lwip-users] Support for raw Ethernet packets?

2021-11-25 Thread goldsi...@gmx.de
Am 25.11.2021 um 17:02 schrieb Grant Edwards: On 2021-11-24, goldsi...@gmx.de wrote: Am 24.11.2021 um 16:33 schrieb Grant Edwards: On 2021-11-24, Simon Küppers wrote: If I understand you correctly, you could also use LWIP_HOOK_UNKNOWN_ETH_PROTOCOL provided by LWIP, so you do not need to imp

[lwip-users] Bug reading TCP-Socket via netconn_recv()

2021-11-25 Thread Ali Naseri
Hello, I am using LWIP in a project for the implementation of a ModbusTCP interface. From the LWIP stack the sequential netconn API is used in a RTOS, KEIL RTX4. The PHY is connected via netIF, the SYS-ARCH has been implemented. Every 10ms there is a forced TASK SWITCH. The microcontroller is a

[lwip-users] LWIP Git different branches

2021-11-25 Thread Ali Naseri
Hello, I am using LWIP in a project to implement a ModbusTCP interface. Now I see that there are 2 branches in GIT, namely the master branch and the STABLE branch. Now how do these branches relate to each other in the further development and debugging of the software? Are developments in the ma

Re: [lwip-users] Support for raw Ethernet packets?

2021-11-25 Thread Grant Edwards
On 2021-11-24, goldsi...@gmx.de wrote: > Am 24.11.2021 um 16:33 schrieb Grant Edwards: >> On 2021-11-24, Simon Küppers wrote: >> >>> If I understand you correctly, you could also use >>> LWIP_HOOK_UNKNOWN_ETH_PROTOCOL provided by LWIP, so you do not need to >>> implement separate receive queues.