# \#udp

**URL:** https://discourse.julialang.org/tag/udp/1895.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [UDPSocket()](https://discourse.julialang.org/t/udpsocket/137291)

<div class="topic-metadata">

**Author:** [@ellocco](https://discourse.julialang.org/u/ellocco)\
**Replies:** 4\
**Last updated:** [May 27, 2026, 3:09pm UTC](https://discourse.julialang.org/t/udpsocket/137291 "2026-05-27T15:09:54Z")

</div>

I have severe problems to listen to a port on which an UDP-Socket server sends packages. I see the packages in Wireshark and my Python-Script can see the packages as well. But I struggle to achieve the same in Julia. …

---

## [Analysing TRDP-Packets](https://discourse.julialang.org/t/analysing-trdp-packets/136216)

<div class="topic-metadata">

**Author:** [@ellocco](https://discourse.julialang.org/u/ellocco)\
**Replies:** 0\
**Last updated:** [March 16, 2026, 9:08am UTC](https://discourse.julialang.org/t/analysing-trdp-packets/136216 "2026-03-16T09:08:23Z")

</div>

To listen TRDP-data-packages one can work with the domain software Wireshark and if you copy the library trdp\_spy.dll / trdp\_spy.sh into the base directory of this SW you can analyse TRDP-communication. Now I wonder if…

---

## [Error : MethodError(Core.kwcall, ((reuseaddr = true,), Sockets.send, UDPSocket(init), ip"192.168.10.255", 11000,](https://discourse.julialang.org/t/error-methoderror-core-kwcall-reuseaddr-true-sockets-send-udpsocket-init-ip-192-168-10-255-11000/135698)

<div class="topic-metadata">

**Author:** [@VinodV](https://discourse.julialang.org/u/VinodV)\
**Replies:** 1\
**Last updated:** [February 17, 2026, 2:51pm UTC](https://discourse.julialang.org/t/error-methoderror-core-kwcall-reuseaddr-true-sockets-send-udpsocket-init-ip-192-168-10-255-11000/135698 "2026-02-17T14:51:13Z")

</div>

Hi friends, From a (windows os) souce IP : 192.168.10.10 a unicasted udp message is coming to (rhel Linux OS) destination IP : 192.168.10.40, dest port : 2000 Line : addr, data = recvfrom(recv\_sock) I have written a …
