# \#tcp

**URL:** https://discourse.julialang.org/tag/tcp/485.md

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

---

## [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…

---

## [Reading sockets asynchronously](https://discourse.julialang.org/t/reading-sockets-asynchronously/92096)

<div class="topic-metadata">

**Author:** [@Lincoln\_Hannah](https://discourse.julialang.org/u/Lincoln_Hannah)\
**Replies:** 6\
**Last updated:** [January 12, 2023, 5:05am UTC](https://discourse.julialang.org/t/reading-sockets-asynchronously/92096 "2023-01-12T05:05:24Z")

</div>

I’m using readavailable() within a loop to read messages from a tcp socket as they come in. Is there a version that doesn’t require a loop ? i.e. something that will call a function asynchronously with the incoming mes…

---

## [How to debug remotecall\_wait/deserialization failures?](https://discourse.julialang.org/t/how-to-debug-remotecall-wait-deserialization-failures/77864)

<div class="topic-metadata">

**Author:** [@jonas-schulze](https://discourse.julialang.org/u/jonas-schulze)\
**Replies:** 3\
**Last updated:** [March 15, 2022, 6:48pm UTC](https://discourse.julialang.org/t/how-to-debug-remotecall-wait-deserialization-failures/77864 "2022-03-15T18:48:00Z")

</div>

When running code on 450 cores / 29 nodes in a Slurm environment (using the handy SlurmClusterManager.jl), sometimes everything works fine, sometimes I get failures on 1-7 workers. How do I investigate/debug/fix this? M…

---

## [How can I parse a \`Socket.TCPSocket\` into an \`HTTP.Request\` in Julia?](https://discourse.julialang.org/t/how-can-i-parse-a-socket-tcpsocket-into-an-http-request-in-julia/59017)

<div class="topic-metadata">

**Author:** [@apoor](https://discourse.julialang.org/u/apoor)\
**Replies:** 0\
**Last updated:** [April 11, 2021, 2:56am UTC](https://discourse.julialang.org/t/how-can-i-parse-a-socket-tcpsocket-into-an-http-request-in-julia/59017 "2021-04-11T02:56:43Z")

</div>

I’m trying to get the both the client request and IP address from http requests to my HTTP.jl server (based on the basic server example in the docs). using HTTP using Sockets const APP = HTTP.Router() # My request han…

---

## [TLS Libraries](https://discourse.julialang.org/t/tls-libraries/47268)

<div class="topic-metadata">

**Author:** [@cshenton](https://discourse.julialang.org/u/cshenton)\
**Replies:** 2\
**Last updated:** [September 27, 2020, 3:48pm UTC](https://discourse.julialang.org/t/tls-libraries/47268 "2020-09-27T15:48:40Z")

</div>

Are there any widely used TLS libraries in Julia, even non pure ones? The sockets API in stdlib is great but my use case isn’t over LAN so I need proper crypto and google searches don’t turn up an obvious choice for TLS…
