Skip to content

Instantly share code, notes, and snippets.

View Salma175's full-sized avatar
🏠
Working from home

Salma Shaik Salma175

🏠
Working from home
View GitHub Profile
@adrenalinehit
adrenalinehit / mqtt-publisher.cs
Last active May 2, 2019 01:42
MQTT Publisher sample console application to demonstrate connecting to AWS IoT
using System;
using System.Text;
using System.Security.Cryptography.X509Certificates;
using uPLibrary.Networking.M2Mqtt;
namespace MQTT.Sample
{
public class Program