Skip to content

Instantly share code, notes, and snippets.

@truschival
truschival / simplect.c
Last active January 23, 2019 09:33
simple connection test program to reproduce issue 717 of azure-iot-sdk-c
/*
* Created on: Nov 26, 2018
* Author: Roman Schneider
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
#include <getopt.h>