Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Andy Burns Newsgroups: comp.sys.raspberry-pi,comp.os.linux.misc Subject: Re: More on wifi range - Pi PICO W Oil level sensor Date: Fri, 12 Dec 2025 11:41:54 +0000 Lines: 14 Message-ID: References: <10h8unl$oq21$1@dont-email.me> <10hbhol$1di3b$10@dont-email.me> <3bor0mxr8h.ln2@Telcontar.valinor> <10hgqju$2r3rh$1@dont-email.me> <10hgtem$2r3rh$8@dont-email.me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net UDkEeG0mVxNTTY/KDEj4YQj7ONG35dgR1LjQnQSS30nP19fEAg Cancel-Lock: sha1:FTJedU2d4idEgDa/eNOxJ4t770Q= sha256:eSfm0Sta1nTP/ORVGh1YQR9J4HGwUXQFjJMToEaxX7s= User-Agent: Mozilla Thunderbird Content-Language: en-GB In-Reply-To: <10hgtem$2r3rh$8@dont-email.me> Xref: csiph.com comp.sys.raspberry-pi:37440 comp.os.linux.misc:78913 The Natural Philosopher wrote: > Well the daemon runs under xinetd...for sheer laziness. I guess I could > make it UDP. > > But I don't know what problem that would solve. The data would arrive if a single packet got through the fog, whereas with tcp at least dour packets on sequence need to make it (or get retried) with UDP you could afford to spray each packet half a dozen times and if one of them makes it, you're good ...