From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E104F158042 for ; Thu, 7 Nov 2024 18:06:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63DAFE093E; Thu, 7 Nov 2024 18:06:27 +0000 (UTC) Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20F98E08A4 for ; Thu, 7 Nov 2024 18:06:27 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1t96tl-0007pC-Va for gentoo-user@lists.gentoo.org; Thu, 07 Nov 2024 19:06:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Grant Edwards Subject: [gentoo-user] How to generate broadcast TFTP read request? Date: Thu, 7 Nov 2024 18:06:21 -0000 (UTC) Message-ID: User-Agent: slrn/1.0.3 (Linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 37518b7e-e08d-4833-bdb9-c73cd7d02177 X-Archives-Hash: 2afe68e3f2c4f6005329361395b76e43 I need to generate a broadcast UDP TFTP read request, and the usual TFTP client tools I use (atftp, tftpy) can't do that. Does anybody have a suggestion for an easy wat to generate such a request? All I need is to generate the initial request. I don't need to handle the actual data.