[OFF TOPIC] Learning the TCP protocol by looking at Ping messages

Hello everyone,

I would like to share my latest article, this time there is no Particle, but you’ll find C code that could easily be ported to a Particle. The idea of this text is to show how a binary header works.

This article should be a good fit for beginners that just start working with hardware, and will have to work with binary protocols, or create some of their own.

If you like what I did, please consider staring the project https://github.com/davidgatti/Deconstructing-Ping-with-C-and-NodeJS :smile:.

Thanks for that contribution which might be a nice way to understand and improve ones own use of the TCPClient objects in the Particle world.

1 Like

I truly hopes it will help :).