# \#strpack

**URL:** https://discourse.julialang.org/tag/strpack/43.md

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

---

## [Packing and unpacking binary data](https://discourse.julialang.org/t/packing-and-unpacking-binary-data/1638)

<div class="topic-metadata">

**Author:** [@tamasgal](https://discourse.julialang.org/u/tamasgal)\
**Replies:** 18\
**Last updated:** [January 22, 2017, 6:13pm UTC](https://discourse.julialang.org/t/packing-and-unpacking-binary-data/1638 "2017-01-22T18:13:21Z")

</div>

I am trying to port my stuff from Python to Julia and struggling with a piece of code which implements a basic network communication protocol. Update: The original problem is solved and turned out to be a typo. Feel fre…
