<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for FNET - Embedded TCP/IP Stack</title><link>https://sourceforge.net/p/fnet/activity/</link><description>Recent activity for FNET - Embedded TCP/IP Stack</description><language>en</language><lastBuildDate>Fri, 27 Feb 2026 06:56:25 -0000</lastBuildDate><item><title>Jean-Paul Deryck posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/f6a95f7c86/?limit=25#9408</link><description>Hello M. Butok, Thank you for your answer I will have a look at your HTTPS server demo Regards Jean-Paul</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jean-Paul Deryck</dc:creator><pubDate>Fri, 27 Feb 2026 06:56:25 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/f6a95f7c86/?limit=25#9408</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/f6a95f7c86/?limit=25#c506</link><description>Hello Jean wolfSSL has dual license (GPL and commercial one) FNET+MbedTLS has HTTPS Server demo. But I did not have a time for a client you need.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Thu, 26 Feb 2026 11:50:12 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/f6a95f7c86/?limit=25#c506</guid></item><item><title>Jean-Paul Deryck posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/f6a95f7c86/?limit=25#72c4</link><description>Hello, I would like to ask advices I have developped an application based on MQX 4.1 with the CodeWarrior 10.6 IDE on a K64 custom board. There are two parts: a boot loader that is based on the FNET bootloader and the main application that uses RTCS library of MQX for communication. The app makes HTTP connections to a web server every minutes using onboard ethernet to send data (the device on wich runs the app is a datalogger). BUT I would like to connect in HTTPS mode Problem: the RTCS library of...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jean-Paul Deryck</dc:creator><pubDate>Thu, 26 Feb 2026 10:02:00 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/f6a95f7c86/?limit=25#72c4</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/1ad7db70f8/?limit=25#c5f3</link><description>Nice, the blind fix has helped. Thank you for reporting the issue.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Tue, 10 Dec 2024 07:11:10 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/1ad7db70f8/?limit=25#c5f3</guid></item><item><title>Henning posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/1ad7db70f8/?limit=25#f891</link><description>So far the error seems to be fixed. Thank you for your help!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henning</dc:creator><pubDate>Tue, 10 Dec 2024 05:42:06 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/1ad7db70f8/?limit=25#f891</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/1ad7db70f8/?limit=25#00ee</link><description>OK. Thanks.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Fri, 15 Nov 2024 10:59:09 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/1ad7db70f8/?limit=25#00ee</guid></item><item><title>Henning posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/1ad7db70f8/?limit=25#5166</link><description>That seems to be working. But we will do some further testing next week. We also had the exception at another point in the same function where cb-&gt;tcpcb_rcvchain = NULL , but couldn't reproduce it again. Maybe it was caused by the same line? I will post an update next week if the error still occurs. while(cb-&gt;tcpcb_rcvchain) { if(FNET_TCP_COMP_GE(seq, fnet_ntohl(FNET_TCP_SEQ(cb-&gt;tcpcb_rcvchain)))) { if(FNET_TCP_COMP_GE(fnet_ntohl(FNET_TCP_SEQ(cb-&gt;tcpcb_rcvchain)) + cb-&gt;tcpcb_rcvchain-&gt;total_length...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henning</dc:creator><pubDate>Fri, 15 Nov 2024 10:38:21 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/1ad7db70f8/?limit=25#5166</guid></item><item><title>Andrej Butok modified a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/1ad7db70f8/?limit=25#8e66</link><description>Hi, I have feeling, it should changed to: buf = cb-&gt;tcpcb_rcvchain; cb-&gt;tcpcb_count -= cb-&gt;tcpcb_rcvchain-&gt;total_length; cb-&gt;tcpcb_rcvchain = cb-&gt;tcpcb_rcvchain-&gt;next_chain; _fnet_netbuf_free_chain(buf); Could you check?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Thu, 14 Nov 2024 11:34:18 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/1ad7db70f8/?limit=25#8e66</guid></item><item><title>Andrej Butok modified a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/1ad7db70f8/?limit=25#8e66</link><description>Hi, I have feeling, it should changed to: buf = cb-&gt;tcpcb_rcvchain; cb-&gt;tcpcb_count -= cb-&gt;tcpcb_rcvchain-&gt;total_length; cb-&gt;tcpcb_rcvchain = cb-&gt;tcpcb_rcvchain-&gt;next_chain; _fnet_netbuf_free_chain(buf); Could you check?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Thu, 14 Nov 2024 11:34:00 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/1ad7db70f8/?limit=25#8e66</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/1ad7db70f8/?limit=25#8e66</link><description>Hi, I have feeling, it should changed to: buf = cb-&gt;tcpcb_rcvchain; **cb-&gt;tcpcb_count -= cb-&gt;tcpcb_rcvchain-&gt;total_length; cb-&gt;tcpcb_rcvchain = cb-&gt;tcpcb_rcvchain-&gt;next_chain;** _fnet_netbuf_free_chain(buf); Could you check?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Thu, 14 Nov 2024 11:33:47 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/1ad7db70f8/?limit=25#8e66</guid></item><item><title>Henning posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/1ad7db70f8/?limit=25#54e4</link><description>Hi, we are getting a null pointer exception in the _fnet_tcp_add_inpbuf function when receiving a lot of small tcp packets of around 100 Bytes. The exception occurs because cb-&gt;tcpcb_rcvchain is null, see attached picture. /* Delete the repeated segment.*/ buf = cb-&gt;tcpcb_rcvchain; cb-&gt;tcpcb_rcvchain = cb-&gt;tcpcb_rcvchain-&gt;next_chain; /* Set the new size of the temporary buffer.*/ /* Error cb-&gt;tcpcb_rcvchain = 0x0 */ cb-&gt;tcpcb_count -= cb-&gt;tcpcb_rcvchain-&gt;total_length; _fnet_netbuf_free_chain(buf);...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henning</dc:creator><pubDate>Thu, 14 Nov 2024 09:17:14 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/1ad7db70f8/?limit=25#54e4</guid></item><item><title>Hans posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#9583</link><description>@Timo: many thanks for this hint, this fix resolved my sporadic connection loss issue. I was looking a long time for the reason why sometimes an RST was sent from FNET before the ACK from the Server arrived during FIN procedure.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hans</dc:creator><pubDate>Wed, 21 Aug 2024 20:55:48 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#9583</guid></item><item><title>Dev modified a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/c9d98ea99f/?limit=25#fe14</link><description>Hi, I am building K60 bootloader project with FNET 4.7.1 and as per document bootloader size should nt be more than 60kB. Text section in linker file is written as m_text (RX) : ORIGIN = 0x00000410, LENGTH = 0x0007F3F0 / Original 0x0007FBF0 / length should be 60kB or not ? Please correct me if I am wrong. But after build size output is also greater than 60k: arm-none-eabi-size --format=berkeley shell_boot_twrk60d100m.elf text data bss dec hex filename 64404 988 97436 162828 27c0c shell_boot_twrk60d100m.elf...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dev</dc:creator><pubDate>Fri, 05 Jul 2024 18:44:14 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/c9d98ea99f/?limit=25#fe14</guid></item><item><title>Dev posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/c9d98ea99f/?limit=25#fe14</link><description>Hi, I am building K60 bootloader project with FNET 4.7.1 and as per document bootloader size should nt be more than 60kB. But after build size output is: arm-none-eabi-size --format=berkeley shell_boot_twrk60d100m.elf text data bss dec hex filename 64404 988 97436 162828 27c0c shell_boot_twrk60d100m.elf can anybody explain.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dev</dc:creator><pubDate>Fri, 05 Jul 2024 18:15:02 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/c9d98ea99f/?limit=25#fe14</guid></item><item><title>qwantic posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/3226a4a4e1/?limit=25#39d5</link><description>Thanks, yes. I just realized I was misinterpreting what the subnet mask is actually there for. It's not supposed to filter out source ips that don't match the masked IP4!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">qwantic</dc:creator><pubDate>Thu, 06 Jun 2024 20:01:13 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/3226a4a4e1/?limit=25#39d5</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/3226a4a4e1/?limit=25#75de</link><description>Should be ok, if the destination adress is our address or a broadcast one.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Thu, 06 Jun 2024 19:52:05 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/3226a4a4e1/?limit=25#75de</guid></item><item><title>qwantic posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/3226a4a4e1/?limit=25#1bd1</link><description>Hi, I noticed that if I set a static IP4 address for FNET, say 192.168.2.1, with a subnetmask of 255.255.255.0, I still receive data from ip addresses with a different 3rd ip address octet like 192.168.5.6. Looking through the code, I don't see where the subnet mask comes into play for incoming frames (I was looking especially in fnet_ip_input_low() where it seems the check would be if anywhere). Just wondering what you thought, or if I missed something. thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">qwantic</dc:creator><pubDate>Thu, 06 Jun 2024 19:23:19 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/3226a4a4e1/?limit=25#1bd1</guid></item><item><title>Timo Schüring posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#4459</link><description>We had a similar problem. When the application calls fnet_socket_close, the socket is aborted which leads to sending the rst-packet. So far it is not really a problem but maybe irritating. If you exclude SS_CLOSING from the abort-procedure, an ABORT-Time interval is set and so fare we see the regular connection close procedure. static fnet_return_t _fnet_tcp_close( fnet_socket_if_t *sk ) { fnet_tcp_control_t *cb = (fnet_tcp_control_t *)sk-&gt;protocol_control; /* If the connection is closed, free the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Timo Schüring</dc:creator><pubDate>Thu, 04 Apr 2024 17:15:34 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#4459</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/e1615c0585/?limit=25#7999</link><description>By default, the server socket is configured to send data as soon as possible, without delay (TCP_NODELAY ). You can try to play with its TCP socket options: https://fnet.sourceforge.io/manual/group__fnet__socket_ga989481a2cee0291e70f9076a091eddf1.html#ga989481a2cee0291e70f9076a091eddf1</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Tue, 21 Nov 2023 15:38:52 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/e1615c0585/?limit=25#7999</guid></item><item><title>Hans posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/e1615c0585/?limit=25#e391</link><description>Yes I see, but why is it segmenting even if the data size is so small that it could fit easily to a packet? And much more important why is the FIN not sent together with data ending and sometimes not at all? (There is nothing in the sending queue) Can you disable this TCP "feature"? ;)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hans</dc:creator><pubDate>Thu, 16 Nov 2023 19:31:55 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/e1615c0585/?limit=25#e391</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/e1615c0585/?limit=25#df09</link><description>TCP segmentation it is a feature of TCP ;)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Thu, 16 Nov 2023 15:10:30 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/e1615c0585/?limit=25#df09</guid></item><item><title>Hans posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/e1615c0585/?limit=25#5d17</link><description>Any idea what could be the problem? Andrej maybe? ;)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hans</dc:creator><pubDate>Thu, 16 Nov 2023 14:58:20 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/e1615c0585/?limit=25#5d17</guid></item><item><title>Hans posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/e1615c0585/?limit=25#4374</link><description>Dear, I have a problem with answering HTTP requests. When sent the text “test” as a response to a GET request I see in Wireshark that I get as response the answer separated into 3 TCP segments: segment containing: “HTTP/1.0 200 OK” segment containing: “test” segment containing no data bus finishing the packet with FIN flag. Now my question and problem: Why is FNET separating into 3 segments and not only sending 1 segment with the data + FIN flag? Is there a way to change this behavior? Reason why...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hans</dc:creator><pubDate>Fri, 10 Nov 2023 22:25:05 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/e1615c0585/?limit=25#4374</guid></item><item><title>Jean-Paul Deryck posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/9f63fb39f7/?limit=25#4c04</link><description>Thank you again, I will have a look at it Jean-Paul</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jean-Paul Deryck</dc:creator><pubDate>Wed, 25 Oct 2023 09:10:29 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/9f63fb39f7/?limit=25#4c04</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/9f63fb39f7/?limit=25#d2b9</link><description>Think about the MCUBoot secondary bootloader. It has security, recovery and differeant FW update modes.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Wed, 25 Oct 2023 09:06:15 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/9f63fb39f7/?limit=25#d2b9</guid></item><item><title>Jean-Paul Deryck posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/9f63fb39f7/?limit=25#7090</link><description>Hello again, thank you very much for your quick answer ! Let me explain my usage of your bootloader: in the K64 FN1M we have 1 mega of flash (twice 512 k), my MQX app is about 400 kb At start the bootloader launch the MQX app written in the first 512k of the flash zone (the zone 1) when we want to update, our app download a new binary made for the zone 2 by http from our server, write it to the flash in the second 512k zone (the zone2) then, after check of a CRC32 , I update the go address params...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jean-Paul Deryck</dc:creator><pubDate>Wed, 25 Oct 2023 08:56:57 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/9f63fb39f7/?limit=25#7090</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/9f63fb39f7/?limit=25#26c1</link><description>Yes you can.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Wed, 25 Oct 2023 08:18:30 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/9f63fb39f7/?limit=25#26c1</guid></item><item><title>Jean-Paul Deryck posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/9f63fb39f7/?limit=25#cfe7</link><description>Hello M. Butok, I use your the FNET bootloader version 2.9.0 in a CW 10.6 with an MQX application for K64FN1M processor I am asking me about the need of updating to a newer version of FNET (it should be a large amount of work and I will not do it unless really needed) I see in the change log that in the version 3.0.0 you made a fix in the fnet_isr_vector_init() function when I compare files, I see that you only swapped the call of fnet_isr_register() function and the fnet_cpu_isr_install() function....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jean-Paul Deryck</dc:creator><pubDate>Wed, 25 Oct 2023 08:11:13 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/9f63fb39f7/?limit=25#cfe7</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/15ee6025c8/?limit=25#ed1f</link><description>Thank you for reporting, will look at it when have a time.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Tue, 03 Oct 2023 07:06:39 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/15ee6025c8/?limit=25#ed1f</guid></item><item><title>spiras modified a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/15ee6025c8/?limit=25#98b6</link><description>Hello; attached are 3 screenshots from wireshark capturing DNS activity from FNet dns client. The first packet is a regular dns query for www.google.com The second packet is the regular response from the server. For the purpose of this test, the response has been blocked, to force retries from the client. The third packet is a malformed retry from the client with FNET_CFG_DNS_RETRANSMISSION_MAX = 3 All retries are malformed; it looks like query retries are sent with 'response' flag set. Following...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spiras</dc:creator><pubDate>Fri, 29 Sep 2023 14:35:17 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/15ee6025c8/?limit=25#98b6</guid></item><item><title>spiras modified a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/15ee6025c8/?limit=25#98b6</link><description>Hello; attached are 3 screenshots from wireshark capturing DNS activity from FNet dns client. The first packet is a regular dns query for www.google.com The second packet is the regular response from the server. For the purpose of this test, the response has been blocked, to force retries from the client. The third packet is a malformed retry from the client with FNET_CFG_DNS_RETRANSMISSION_MAX = 3 All retries are malformed; it looks like query retries are sent with 'response' flag set. Following...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spiras</dc:creator><pubDate>Fri, 29 Sep 2023 14:27:13 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/15ee6025c8/?limit=25#98b6</guid></item><item><title>spiras posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/15ee6025c8/?limit=25#98b6</link><description>Hello; attached are 3 screenshots from wireshark capturing DNS activity from FNet dns client. The first packet is a regular dns query for www.google.com The second packet is the regular response from the server. For the purpose of this test, the response has been blocked, to force retries from the client. The third packet is a malformed retry from the client with FNET_CFG_DNS_RETRANSMISSION_MAX = 3 All retries are malformed; it looks like query retries are sent with 'response' flag set. Following...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spiras</dc:creator><pubDate>Fri, 29 Sep 2023 14:20:03 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/15ee6025c8/?limit=25#98b6</guid></item><item><title>spiras posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/ef29389844/?limit=25#3bba</link><description>Yes, it works for me. Thank you</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spiras</dc:creator><pubDate>Thu, 03 Aug 2023 09:16:34 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/ef29389844/?limit=25#3bba</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/ef29389844/?limit=25#852e</link><description>Hi, Agree, this is the bug. But do not add fnet_htons(). The right code should be (fnet_stack\service\dns\fnet_dns.c, line 421): &amp;&amp; ((header-&gt;flags &amp; FNET_HTONS(FNET_DNS_HEADER_FLAGS_QR)) == FNET_HTONS(FNET_DNS_HEADER_FLAGS_QR)) /* Is response.*/ Please confirm, that it works for you. Thank you, Andrej Butok</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Wed, 02 Aug 2023 10:44:54 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/ef29389844/?limit=25#852e</guid></item><item><title>spiras posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/ef29389844/?limit=25#2333</link><description>Hello, I'm creating this topic after another post about a DNS problem, https://sourceforge.net/p/fnet/discussion/920346/thread/0748178cb3/#ad76 Now I'm seeing a different problem: all messages rejected by the client in fnet_dns.c function _fnet_dns_poll , case FNET_DNS_STATE_RX: when checking the "is response" flag in header-&gt;flags, the received message contains a correct response value (bytes 0x81 and 0x00 equal to 0x8100) but the machine evaluates the value as 0x0081 so the check always fails....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spiras</dc:creator><pubDate>Tue, 01 Aug 2023 16:52:03 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/ef29389844/?limit=25#2333</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/3526d7497f/?limit=25#c97a</link><description>To have a MCUx example, it must be part of a MCUx SDK package. It is needed to convince NXP to add FNET support to the SDK.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Wed, 12 Jul 2023 15:53:06 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/3526d7497f/?limit=25#c97a</guid></item><item><title>Phan posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#9be6</link><description>Thanks for the hint, FNET_TCP_SGT_FIN flag is handy to trace where FIN will be set. I found 2 possible places where FIN-ACK can be sent. The _fnet_tcp_send_ack function has the implementation to call _fnet_tcp_send_headseg with FNET_TCP_SGT_FIN | FNET_TCP_SGT_ACK parameters. However, cb-&gt;tcpcb_connection_state must be FNET_TCP_CS_FIN_WAIT_1 or FNET_TCP_CS_LAST_ACK to fulfil the condition below. But the tcpcb_connection_state was FNET_TCP_CS_CLOSE_WAIT in my case. switch(cb-&gt;tcpcb_connection_state)...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phan</dc:creator><pubDate>Mon, 08 May 2023 03:35:21 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#9be6</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#f05d</link><description>You may search for FNET_TCP_SGT_FIN flag use, places where FIN is sent. For example, it sent with the last sent data ACK.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Fri, 05 May 2023 12:44:23 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#f05d</guid></item><item><title>Phan posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#d8af</link><description>I also made the client send nothing to ensure no data in receive queue but still got the same result... I have reviewed the function _fnet_tcp_process_fin and compared it with the BSD TCP socket state machine. I believe tcpcb_connection_state* was changed from FNET_TCP_CS_ESTABLISHED to FNET_TCP_CS_CLOSE_WAIT and sk-&gt;state was set to SSCLOSING is correct following the picture closing.png. /* Process the final segment depend on state.*/ switch(cb-&gt;tcpcb_connection_state) { case FNET_TCP_CS_ESTABLISHED:...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phan</dc:creator><pubDate>Fri, 05 May 2023 04:22:31 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#d8af</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#52f0</link><description>Also, if there is data in your receive queue, RST should be sent.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Thu, 04 May 2023 11:34:10 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#52f0</guid></item><item><title>Phan posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#5f00</link><description>The "unsent data" is not the root cause because I just isolated it by making the FNET no longer send any data but the FNET still sent RST when receiving FIN . I have captured the sequence call of the software when recving FIN: Inside _fnet_tcp_process_fin, the tcpcb_connection_state was changed from FNET_TCP_CS_ESTABLISHED to FNET_TCP_CS_CLOSE_WAIT and sk-&gt;state was set to SS_CLOSING. After that, the App call fnet_socket_close() to close the socket, and because the sk-&gt;state was SS_CLOSING, it fulfil...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phan</dc:creator><pubDate>Thu, 04 May 2023 08:17:47 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#5f00</guid></item><item><title>Andrej Butok modified a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#dea6</link><description>Most probably, you still have unsent data. Please look inside FNET services source code, how they handle session states.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Thu, 04 May 2023 07:24:06 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#dea6</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#dea6</link><description>Most probably, you still have unsent data. Please look inside FNET services source code, how they handles session states.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Thu, 04 May 2023 07:23:52 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#dea6</guid></item><item><title>Phan modified a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#28f0</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phan</dc:creator><pubDate>Thu, 04 May 2023 07:20:45 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#28f0</guid></item><item><title>Phan posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#28f0</link><description>Sorry for making you confused, I mean the FNET received the FIN from the other side, but FNET didn't send the "second FIN", it sent RST instead.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phan</dc:creator><pubDate>Thu, 04 May 2023 07:20:00 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#28f0</guid></item><item><title>Phan posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#e8db</link><description>Sorry for making you confused, I mean the FNET received the FIN from the other side, but FNET didn't send the "second FIN", it sent RST instead.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phan</dc:creator><pubDate>Thu, 04 May 2023 07:19:58 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#e8db</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#4f2b</link><description>It sent FIN and waiting for FIN from other side. http://www.tcpipguide.com/free/t_TCPConnectionTermination-2.htm</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Thu, 04 May 2023 07:05:07 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#4f2b</guid></item><item><title>Phan posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#d6ed</link><description>Thank you for your reponse, yes, it is TCP. I desire to know if the FNET is designed to send the second FIN when receiving FIN from the other side of the TCP connection. I have tried many ways and also performed code inspection to see if there is any possibility but unfortunately haven't figured it out. I also tried the SO_LINGER option includes the timeout in seconds, but FNET still sends the RST instead of FIN. Do you think I should ensure that no unsent data is present in a socket? So the FNET...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phan</dc:creator><pubDate>Thu, 04 May 2023 06:55:52 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#d6ed</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#fb30</link><description>This is TCP. To change behavior, read: https://fnet.sourceforge.io/manual/group__fnet__socket_ga6cb4c12c0fba44e02a019dc877fef373.html#ga6cb4c12c0fba44e02a019dc877fef373 https://fnet.sourceforge.io/manual/group__fnet__socket_ga989481a2cee0291e70f9076a091eddf1.html#gga989481a2cee0291e70f9076a091eddf1a6856768825eabef55d9d4175020da464</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Thu, 04 May 2023 06:10:17 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#fb30</guid></item><item><title>Phan posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#02ed</link><description>Other side request a FIN as want to close the conection, but the FNET socket does not automatically sent FIN,ACK and stuck at SS_CLOSING state, should we have to do something at the application to send FIN ACK? I also try to call fnet_socket_close() when the state SS_CLOSING is detected, but it sent RST insead of FIN. is there any reason for that? I also checked the code and it look like the treat receiving FIN as RST event, is that correct? static void _fnet_tcp_process_fin( fnet_socket_if_t sk,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phan</dc:creator><pubDate>Wed, 26 Apr 2023 16:07:35 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/2001969a60/?limit=25#02ed</guid></item><item><title>spiras posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/0748178cb3/?limit=25#eb2e</link><description>yes it was related to that same issue; the value of received was not actually 0; it receives a CNAME as rejects it thanks for the hint</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spiras</dc:creator><pubDate>Thu, 20 Apr 2023 15:10:40 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/0748178cb3/?limit=25#eb2e</guid></item><item><title>spiras posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/0748178cb3/?limit=25#5980</link><description>thanks; I'm afraid it's not related, because: I tracked down to _fnet_dns_poll it goes into FNET_DNS_STATE_RX received is always 0 I'm still investigating</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spiras</dc:creator><pubDate>Thu, 20 Apr 2023 09:58:54 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/0748178cb3/?limit=25#5980</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/0748178cb3/?limit=25#0b46</link><description>It can be related to: https://github.com/butok/FNET/issues/7</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Thu, 20 Apr 2023 06:45:04 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/0748178cb3/?limit=25#0b46</guid></item><item><title>spiras posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/0748178cb3/?limit=25#ad76</link><description>Hello, using 4.7.1 we have a case where DNS resolution fails; the DNS server is pingable from the device; in tcpdump we see the correct query packet and the response from the server, but the device does not receive the response. Any idea? I enabled the FNET_DEBUG_DNS macro, this is the output: resolving apps.xyz.com Sending query... Sending query... Sending query... Sending query... Sending query... Sending query... Timeout not resolved On the same device, telnet service is working normally. Here...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spiras</dc:creator><pubDate>Wed, 19 Apr 2023 11:58:39 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/0748178cb3/?limit=25#ad76</guid></item><item><title>spiras posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/4e09740704/?limit=25#1730</link><description>fyi example of actual script, 1201 bytes meter cal report meter calreg UOffsetA cc68 meter calreg IOffsetA fc60 meter calreg POffsetA 0000 meter calreg QOffsetA 0000 meter calreg POffsetAF 0000 meter calreg UOffsetB f788 meter calreg IOffsetB fc60 meter calreg POffsetB 0000 meter calreg QOffsetB 0000 meter calreg POffsetBF 0000 meter calreg UOffsetC fc60 meter calreg IOffsetC fc60 meter calreg POffsetC 0000 meter calreg QOffsetC 0000 meter calreg POffsetCF 0000 meter calreg UGainA cb98 meter calreg...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spiras</dc:creator><pubDate>Thu, 23 Feb 2023 10:58:33 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/4e09740704/?limit=25#1730</guid></item><item><title>spiras posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/4e09740704/?limit=25#aa83</link><description>8k is a general purpose buffer, already present; now I am using it to implement scripts, that may be downloaded; I think the size of a script will never reach 8k, but it will certainly be larger than FAPP_CFG_SHELL_MAX_LINE_LENGTH (80 bytes) ! Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spiras</dc:creator><pubDate>Wed, 22 Feb 2023 15:52:19 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/4e09740704/?limit=25#aa83</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/4e09740704/?limit=25#b15d</link><description>In this case call it by line. Just curious, what are doing in this 8K script? Example?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Wed, 22 Feb 2023 15:28:38 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/4e09740704/?limit=25#b15d</guid></item><item><title>spiras posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/4e09740704/?limit=25#173f</link><description>it may be quite large: currently it's a static 8k buffer for text in ram; if I increase cmd_line_size it would dynamically allocate another 8k just to make a copy of the same data... no thanks, I will iterate through my data and make single-line calls to fnet_shell_script</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spiras</dc:creator><pubDate>Wed, 22 Feb 2023 15:24:46 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/4e09740704/?limit=25#173f</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/4e09740704/?limit=25#9560</link><description>Just increase the command line buffer size.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Wed, 22 Feb 2023 13:52:59 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/4e09740704/?limit=25#9560</guid></item><item><title>spiras posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/4e09740704/?limit=25#de30</link><description>Hello, I'm trying to run a script from a text in memory: fnet_shell_script(shell_desc, p); //p is a char * to text at line 616 of fnet_shell.c I see: if(script_size + 1/*splitter*/ + 1/*size*/ &gt; shell_if-&gt;cmd_line_size) { goto ERROR; } ok; shell_if-&gt;cmd_line_size is set at value 80 upon startup by fnet_shell_init: fnet_size_t cmd_line_buffer_size; /**&lt; @brief Size of the command-line buffer. * It defines the maximum length of the * entered input-command line. */ It looks like scripts with large size...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spiras</dc:creator><pubDate>Wed, 22 Feb 2023 13:42:50 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/4e09740704/?limit=25#de30</guid></item><item><title>boleokin posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/1717225cf0/?limit=25#12d2</link><description>Hello Brandon, I am seeing the same issue. What was your solution? You've mentioned "changing the address 'alignment' of the records". What was the mod to the srecord? I can't tell from you post. Thank you.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boleokin</dc:creator><pubDate>Tue, 21 Feb 2023 14:11:26 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/1717225cf0/?limit=25#12d2</guid></item><item><title>fkln posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/15112473d4/?limit=25#98d5</link><description>Because the changes are made by NXP in their driver files (fsl_enet.c fsl_enet.h) I have only made changes in fnet_enet.c Regards</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fkln</dc:creator><pubDate>Fri, 03 Feb 2023 15:47:37 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/15112473d4/?limit=25#98d5</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/15112473d4/?limit=25#84b9</link><description>It contains changes only in c file. Guess, missed .h changes.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Fri, 03 Feb 2023 09:44:04 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/15112473d4/?limit=25#84b9</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/5fbe12403e/?limit=25#8122</link><description>Yes, stack supports multiple Ethernet and WiFi interfaces. Tested with two ENET Ethernet + one WiFi module. Search for FNET_CPU_NETIF_NUMBER, FNET_CFG_CPU_ETH1 and etc. to figure out.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Fri, 03 Feb 2023 09:32:43 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/5fbe12403e/?limit=25#8122</guid></item><item><title>spiras posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/5fbe12403e/?limit=25#84e3</link><description>Hello, MIMXRT1062 natively supports two ethernet interfaces; is this supported in FNet? I can't find anything about the number of interfaces in fnet_user_config.h Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spiras</dc:creator><pubDate>Thu, 02 Feb 2023 16:04:06 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/5fbe12403e/?limit=25#84e3</guid></item><item><title>fkln posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/15112473d4/?limit=25#c34a</link><description>Hi, because NXP has changed the ethernet driver fsl_enet.c, the file /fnet_stack/port/netif_enet/fnet_enet.c must be adapted to the new SDK. Please find attached patch. Regards</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fkln</dc:creator><pubDate>Sun, 22 Jan 2023 11:42:33 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/15112473d4/?limit=25#c34a</guid></item><item><title>jjt posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/617bbab4f2/?limit=25#018a</link><description>I'm a bit confused by the changes that need to be made to port the boot loader. I have a TWR-K60F120M and custom hardware with same processor but a different clock and an ethernet switch that uses MMI. If I can get a build for the tower I understand the changes necessary for my board. My application is MQX5 and I'm using CW. I can start with a barebones CW project but I don't understand how/where to change processor (FNET_CFG_CPU???) and compiler to GCC (FNET_CFG_COMP??) I have my MQX example linked...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jjt</dc:creator><pubDate>Thu, 17 Nov 2022 23:42:52 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/617bbab4f2/?limit=25#018a</guid></item><item><title>Joakim Jonsson posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/7a93ccc3d5/?limit=25#0262</link><description>I'm planning to use the FNET bootloader with TCP/IP support for a NXP Kinetis K64 project. Have looked at the demo project from FNET with the TFTP support and it looks nice but my request is to have a simple web page with the possibility to upload the file by TLS instead of the TFTP server. Does anyone have any experience of doing this with the FNET TCP/IP stack?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joakim Jonsson</dc:creator><pubDate>Thu, 08 Sep 2022 08:11:17 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/7a93ccc3d5/?limit=25#0262</guid></item><item><title>Timo Schüring posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/31a7414678/?limit=25#d0ec</link><description>The Motorola dBUG Shell has a lot of commands which are taking user input as long as similar tasks are performed. E.g. SHELL&gt; md.l 0x60080200 60080200: 00000000 00000000 00000000 00000000 ................ 60080210: 00000000 00000000 00000000 00000000 ................ 60080220: 00000000 00000000 00000000 00000000 ................ 60080230: 00000000 00000000 00000000 00000000 ................ 60080240: 00000000 00000000 00000000 00000000 ................ 60080250: 00000000 00000000 00000000 00000000...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Timo Schüring</dc:creator><pubDate>Fri, 18 Feb 2022 15:37:09 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/31a7414678/?limit=25#d0ec</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/df34c59684/?limit=25#f49a</link><description>6LoWPAN is not supported. Contribution is welcome.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Tue, 18 Jan 2022 13:17:37 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/df34c59684/?limit=25#f49a</guid></item><item><title>David DeMoney posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/df34c59684/?limit=25#e6de</link><description>Is 6LoWPAN supported? I need to port this to a G3-PLC environment. Is there an existing implementation? If not, is there documentation on what needs to be done to add this?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David DeMoney</dc:creator><pubDate>Tue, 18 Jan 2022 13:13:41 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/df34c59684/?limit=25#e6de</guid></item><item><title>Christian posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/a35052425c/?limit=25#e01b</link><description>Thank you very much for your quick reply. Yes, indeed, it is quite complicated. I had a lot of investigations in the stack handling so far. My main problem is that a lot of function calls are made by pointer references. Without the capability of a debugger it is very hard to follow the call structures (go to definition -&gt; find all references -&gt; analyze function -&gt; find next call -&gt; find all references....and so on If I will have some progress or success I may post it here Regards Christian</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian</dc:creator><pubDate>Mon, 17 Jan 2022 07:28:28 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/a35052425c/?limit=25#e01b</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/a35052425c/?limit=25#982a</link><description>It was not designed for the RAW Ethernet frame sending from a user application. You may look inside _fnet_ip4_output()=&gt; fnetip4netifoutput(), but it is not trivial.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Mon, 10 Jan 2022 15:28:46 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/a35052425c/?limit=25#982a</guid></item><item><title>Christian modified a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/a35052425c/?limit=25#adf2</link><description>Hello and happy new year, I would like to send and receive raw ethernet messages without any protocol overhead. But unfortunately I do not have understood how to do that by now. Background: Teensy 4.1 board with Visual Studio Code and platform.io and PTPv2 protocol on Ethernet mac layer (https://wiki.wireshark.org/Protocols/ptp) I tried to use the function void fnet_fec_output(fnet_netif_t netif, fnet_netbuf_t nb) void SendRawMessage(void){ fnet_netif_desc_t tempDefaultHw = fnet_netif_get_default();...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian</dc:creator><pubDate>Fri, 07 Jan 2022 08:08:56 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/a35052425c/?limit=25#adf2</guid></item><item><title>Christian posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/a35052425c/?limit=25#adf2</link><description>Hello and happy new year, I would like to send and receive raw ethernet messages without any protocol overhead. But unfortunately I do not have understood how to do that by now. Background: Teensy 4.1 board with Visual Studio Code and platform.io and PTPv2 protocol on Ethernet mac layer (https://wiki.wireshark.org/Protocols/ptp) I tried to use the function void fnet_fec_output(fnet_netif_t netif, fnet_netbuf_t nb) void SendRawMessage(void){ fnet_netif_desc_t tempDefaultHw = fnet_netif_get_default();...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian</dc:creator><pubDate>Fri, 07 Jan 2022 08:06:09 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/a35052425c/?limit=25#adf2</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/5155f2b142/?limit=25#6316</link><description>Look at the FNET DHCP server source code (fnet_dhcp_srv.c=&gt;fnet_dhcp_srv_init()). It does what you need. BTW: FNET socket functions are not blocking. So fnet_socket_recvfrom() should be polled.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Mon, 13 Dec 2021 16:28:03 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/5155f2b142/?limit=25#6316</guid></item><item><title>Kevin Webster posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/5155f2b142/?limit=25#eea9</link><description>I'm not able to figure out how I can set up a UDP broadcast message receiver and whatever I try just isn't working. I have an embedded web server running on the same device which I can load without issue - obviously this is TCP/IP however the address configuration is absolutely correct so I know that FNET is correctly configured. this-&gt;fnetAddress.sin_family = AF_INET; this-&gt;fnetAddress.sin_port = port; /* 52100 */ this-&gt;fnetAddress.sin_addr.s_addr = INADDR_BROADCAST; /* 255.255.255.255 */ // Create...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Webster</dc:creator><pubDate>Mon, 13 Dec 2021 16:11:42 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/5155f2b142/?limit=25#eea9</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/cb80277deb/?limit=25#4af5</link><description>Or duplicate the code, and rely on a compiler to optimize it.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Thu, 30 Sep 2021 12:19:37 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/cb80277deb/?limit=25#4af5</guid></item><item><title>Henri de Veer modified a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/cb80277deb/?limit=25#ca21</link><description>There is another (harmless) warning in the same file at ~ line 1534: switch(cb-&gt;tcpcb_connection_state) { case FNET_TCP_CS_SYN_SENT: case FNET_TCP_CS_LISTENING: break; case FNET_TCP_CS_SYN_RCVD: if((cb-&gt;tcpcb_prev_connection_state == FNET_TCP_CS_SYN_SENT) &amp;&amp; (tcp_seq == (cb-&gt;tcpcb_sndack - 1u))) { break; } __attribute__ ((fallthrough)); /* Avoid compiler warning "this statement may fall through" */ default: /* Close the socket and send the reset segment.*/ _fnet_tcp_send_rst(&amp;sk-&gt;options, insegment,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henri de Veer</dc:creator><pubDate>Thu, 30 Sep 2021 12:17:19 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/cb80277deb/?limit=25#ca21</guid></item><item><title>Henri de Veer posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/cb80277deb/?limit=25#ca21</link><description>There is another (harmless) warning in the same file at ~ line 1534: switch(cb-&gt;tcpcb_connection_state) { case FNET_TCP_CS_SYN_SENT: case FNET_TCP_CS_LISTENING: break; case FNET_TCP_CS_SYN_RCVD: if((cb-&gt;tcpcb_prev_connection_state == FNET_TCP_CS_SYN_SENT) &amp;&amp; (tcp_seq == (cb-&gt;tcpcb_sndack - 1u))) { break; } __attribute__ ((fallthrough)); /* Avoid compiler warning "this statement may fall through" */ default: /* Close the socket and send the reset segment.*/ _fnet_tcp_send_rst(&amp;sk-&gt;options, insegment,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henri de Veer</dc:creator><pubDate>Thu, 30 Sep 2021 12:16:44 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/cb80277deb/?limit=25#ca21</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/cb80277deb/?limit=25#a2e0</link><description>Good notice, will add a fix.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Thu, 30 Sep 2021 12:08:49 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/cb80277deb/?limit=25#a2e0</guid></item><item><title>Henri de Veer posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/cb80277deb/?limit=25#aede</link><description>This part of code in fnet_tcp.c looks at least dubious with respect to the evaluation order: static void _fnet_tcp_initial_seq_number_update( void ) { /* Increase Initial Sequence Number. */ _fnet_tcp_initial_seq_number += FNET_TCP_INITIAL_SEQ_NUMBER_STEP + fnet_rand() &amp; 0xFF; } According to the C rules it adds the left two operands first and LATER ands it with 0xff resulting in step of maximal 0-255 ? Shouldn't the code be this? : static void fnettcpinitialseqnumberupdate( void ) { / Increase Initial...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henri de Veer</dc:creator><pubDate>Thu, 30 Sep 2021 11:42:16 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/cb80277deb/?limit=25#aede</guid></item><item><title>Brandon E Taylor posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/1717225cf0/?limit=25#dc12</link><description>I need to some more debugging, but I was able to get the application to load and run correctly by modifying the following lines in the srecord: S21404000140060000FFFF03000000041005FFEF0098 S214040011800000E80D120118F2020418120218F208 S21404002102051810030300FBFF06143202044118EC S214040031F00702102700000400FAFF0718F0030275 S2140400410500F9FF08184301000410031301010118 S2140400510A081003C0FC0300C40412C80412CC042A S21404006112D00412D40412D80412DC0412E00412CE S214040071E40412E80412EC0412F0041004009004E0...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brandon E Taylor</dc:creator><pubDate>Sun, 19 Sep 2021 05:10:27 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/1717225cf0/?limit=25#dc12</guid></item><item><title>Brandon E Taylor posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/1717225cf0/?limit=25#e326</link><description>I currently have an application using MQXv5 that executes just fine unless I relocate the code from a base of 0x0000 to a base of 0xF000 (to accommodate a bootloader) and then jump to the application entry point (__boot) from the bootloader. I am using IAR EWARM 9.10 as my IDE. When jumping to the code from the bootloader, the application raises a hard fault early in the initialization process. More specifically, a hard fault is raised in __iar_data_init3 due to a data access error. The Bus Fault...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brandon E Taylor</dc:creator><pubDate>Fri, 17 Sep 2021 08:01:11 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/1717225cf0/?limit=25#e326</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/ae777b324d/?limit=25#85a4</link><description>All porting code is placed in \fnet\fnet_stack\port You have to implement API in port\cpu\fnet_cpu.h And wrap your Ethernet/WiFi driver by fnet_eth_if_t interface structure. Use any supported platform as a reference.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Thu, 19 Aug 2021 14:31:35 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/ae777b324d/?limit=25#85a4</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/699a2a834f/?limit=25#4771</link><description>You have to upgrade to the latest one.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Wed, 18 Aug 2021 09:23:42 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/699a2a834f/?limit=25#4771</guid></item><item><title>supermariopros posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/699a2a834f/?limit=25#6390/ca44</link><description>Which are the versions with major fixes regarding to vulnerabilities? Is 4.6.3 "enough" for this regard or should we upgrade the FW to 4.7.0?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">supermariopros</dc:creator><pubDate>Wed, 18 Aug 2021 09:16:07 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/699a2a834f/?limit=25#6390/ca44</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/699a2a834f/?limit=25#6390</link><description>Hi, yes, all reported vulnerabilities were fixed.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Wed, 18 Aug 2021 08:52:22 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/699a2a834f/?limit=25#6390</guid></item><item><title>supermariopros posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/699a2a834f/?limit=25#3f8e</link><description>A colleague of mine directed me to this page: https://github.com/Forescout/project-memoria-detector where they list some TCP/IP stacks, including FNET, and then they say: "Several of the above stacks were found vulnerable during the Project Memoria research." Following the "Project Memoria" link there, there is a reference to "INFRA:HALT" and a report (see attachment), where I didn't find FNET mentioned anywhere. My question is: do you know any current or old version vulnerability for FNET? Thank...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">supermariopros</dc:creator><pubDate>Wed, 18 Aug 2021 08:34:55 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/699a2a834f/?limit=25#3f8e</guid></item><item><title>boleokin posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/ae777b324d/?limit=25#8ddb</link><description>Hello Andrey, Looking for an FNET port for Texas Instruments TM4C129 microcontroller running Micrium uCOS-III operating system. Any documentation on how to do this? Is this simple to do? Any thoughts? I would appreciate any help or suggestions on this topic.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boleokin</dc:creator><pubDate>Wed, 18 Aug 2021 01:38:07 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/ae777b324d/?limit=25#8ddb</guid></item><item><title>b'Andrey Butok committed [7c0e3a]</title><link>https://sourceforge.net/p/fnet/gitcode/ci/7c0e3aec96a37a9778418db74e14d447612bfab1/</link><description>Merge /u/henri62/fnet/ branch fix-var-types into master</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">b'Andrey Butok</dc:creator><pubDate>Mon, 19 Jul 2021 14:51:09 -0000</pubDate><guid>https://sourceforge.net/p/fnet/gitcode/ci/7c0e3aec96a37a9778418db74e14d447612bfab1/</guid></item><item><title>Andrej Butok merged merge request #3</title><link>https://sourceforge.net/p/fnet/gitcode/merge-requests/3/</link><description>Fix type of variables to avoid warnings.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Mon, 19 Jul 2021 14:51:08 -0000</pubDate><guid>https://sourceforge.net/p/fnet/gitcode/merge-requests/3/</guid></item><item><title>Andrej Butok merged merge request #2</title><link>https://sourceforge.net/p/fnet/gitcode/merge-requests/2/</link><description>Fix some additional typos.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Mon, 19 Jul 2021 14:49:04 -0000</pubDate><guid>https://sourceforge.net/p/fnet/gitcode/merge-requests/2/</guid></item><item><title>Henri de Veer created merge request #3</title><link>https://sourceforge.net/p/fnet/gitcode/merge-requests/3/</link><description>Fix type of variables to avoid warnings.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henri de Veer</dc:creator><pubDate>Mon, 19 Jul 2021 14:41:14 -0000</pubDate><guid>https://sourceforge.net/p/fnet/gitcode/merge-requests/3/</guid></item><item><title>Henri de Veer created merge request #2</title><link>https://sourceforge.net/p/fnet/gitcode/merge-requests/2/</link><description>Fix some additional typos.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henri de Veer</dc:creator><pubDate>Mon, 19 Jul 2021 14:40:28 -0000</pubDate><guid>https://sourceforge.net/p/fnet/gitcode/merge-requests/2/</guid></item><item><title>Andrej Butok merged merge request #1</title><link>https://sourceforge.net/p/fnet/gitcode/merge-requests/1/</link><description>Fix typos in sources.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Mon, 12 Jul 2021 13:59:48 -0000</pubDate><guid>https://sourceforge.net/p/fnet/gitcode/merge-requests/1/</guid></item><item><title>Henri de Veer created merge request #1</title><link>https://sourceforge.net/p/fnet/gitcode/merge-requests/1/</link><description>Fix typos in sources.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henri de Veer</dc:creator><pubDate>Mon, 12 Jul 2021 13:41:53 -0000</pubDate><guid>https://sourceforge.net/p/fnet/gitcode/merge-requests/1/</guid></item><item><title>Andrej Butok posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/44200d92d6/?limit=25#adf5</link><description>Yes, you may use FNET_DEBUG_PRINTF() where it is used for debugging.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrej Butok</dc:creator><pubDate>Wed, 07 Jul 2021 07:55:21 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/44200d92d6/?limit=25#adf5</guid></item><item><title>Henri de Veer posted a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/44200d92d6/?limit=25#0f55</link><description>Will you accept any pull request? If so I assume I can make a merge request? NOTE: This means changing all fnet_printf() into FNET_DEBUG_PRINTF() in the core code where it is used for debugging. (So nowhere in the applications/demos where the use is OK)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henri de Veer</dc:creator><pubDate>Wed, 07 Jul 2021 06:29:06 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/44200d92d6/?limit=25#0f55</guid></item><item><title>Henri de Veer modified a comment on discussion FNET User Forum</title><link>https://sourceforge.net/p/fnet/discussion/920346/thread/44200d92d6/?limit=25#82c7</link><description>This is not what I meant, for example if i look at fnet_stack/stack/fnet_eth.c @ function fnet_eth_trace() the fnet_printf is clearly used as debug output. I indeed saw that a "stream" is used with some get/put methods to control it but I did not find a way to specify it without modifying the FNET stack code itself. It looks like it always want to send it to some serial port. For example I would like to send it to our the jtag (swo_debug) lookalike device because all our serial ports (in this case...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Henri de Veer</dc:creator><pubDate>Wed, 07 Jul 2021 06:18:41 -0000</pubDate><guid>https://sourceforge.net/p/fnet/discussion/920346/thread/44200d92d6/?limit=25#82c7</guid></item></channel></rss>