UDP sender
UdpSender is a very simple Windows application sending arbitrary UDP messages, in particular binary messages defined by hex string.
It was originally written to test crash in FreeSWITCH mod_event_multicast (and default values in target address and hex string are doing that, FS pull #1885), another interesting case is sending UDP message with zero length content (causing mod_event_multicast termination), but it might also be suitable for other purposes (second issue is essentially related to Apache Portable Runtime).
- 2022.12.16 Initial release: UdpSender_20221216_bin.zip, source: UdpSender_20221216_src.zip
- 2024.10.30 v0.0.2 UdpSender-0.0.2-bin.zip, source: UdpSender-0.0.2-src.zip
- added few options for automatic and randomized sending
Github: https://github.com/tomek-o/UdpSender.