Re: [lwip-users] Using tcp_write() outside tcp_recv callback

2020-04-17 Thread Jamie
Morning/evening all, I'm following up on this thread, as I'm still at a loss as to how to get this working. I've spent the last week going back and forth on this (among other things), and feel like I have a better understanding of the general process now. I'm still facing the same issue, whereby da

Re: [lwip-users] Cannot build missing ALTCP_MBEDTLS_RNG_FN

2020-04-17 Thread Klaus Breining
Hello Mário, I am using the latest development branches of lwip and mbedTLS. In my lwipopts.h I have added: #define ALTCP_MBEDTLS_RNG_FN mbedtls_entropy_func and everything works fine. Regards Klaus Am 16.04.2020 um 18:19 schrieb Mário Luzeiro: Hello all, Some other issues I have while bu

Re: [lwip-users] 802.1D bridge

2020-04-17 Thread SimonW
Hi Making very slow progress on this - it isn't a priority task. Finally got 2 independent network interfaces working concurrently. I can get them both to get address via DHCP. I can set either as the default and get communication. One is using standard 'ethernetif.c' to MCU's internal MAC. The

[lwip-users] TLS V1.3

2020-04-17 Thread SimonW
Does anyone have experience delivering TLS V1.3 with LwIP? I understand that the current Mbed library only has V1.2. OpenSSL has V1.3. Can anyone point me to any material about integrating OpenSSL into LwIP? -- Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html ___

Re: [lwip-users] TLS V1.3

2020-04-17 Thread Klaus Breining
Hello Simon, I started my TLS implementations on LwIP with matrixSSL. At that time I was either using an older LwIP version or I just oversaw the ALTCP layer, so I implemented this completely from scratch. In the meantime I am using mbedTLS (in this case of course TLS 1.2) as I was running int

[lwip-users] Very first thing I should see on network??

2020-04-17 Thread Dave Nadler
Sorry if this is a dumb question. I have a board using STM32F437 and LAN8742A. At one point I had this working, but something is broken either in my code or the latest ST CubeMX fiasco code. I can see the the 50MHz RMII clock is AOK, the initialization software seems content that it has initiali

[lwip-users] Radius Client using LwIP

2020-04-17 Thread Yasir Arafat
Hello everyone, I need to implement 'Radius Clent (NAS)' in my project. Can anyone have any idea how to do this. I found FreeRadius stack but it don't seems to work on LwIP. And yes I am already running Https server on my board. Thank in advance. -- Sent from: http://lwip.100.n7.nabble.com/l