Skip to content

Instantly share code, notes, and snippets.

View danielinux's full-sized avatar

Daniele Lacamera danielinux

  • wolfSSL
  • Bologna, Italy
View GitHub Profile
@danielinux
danielinux / gist:5840841
Created June 22, 2013 13:21
ZeroMQ simplest publisher example using PicoTCP
#include <stdint.h>
#include "pico_socket.h"
enum zmq_hshake_state {
ST_LISTEN = 0,
ST_CONNECTED,
ST_SIGNATURE,
ST_VERSION,
ST_GREETING,