Azure IoT Hub – OpenSSL – Generate proof of possession
Jared Rhodes, Microsoft MVP and Pluralsight Author, explains how to create X509 certificates for Azure IoT and corresponding products.
Jared Rhodes
Jared Rhodes, Microsoft MVP and Pluralsight Author, explains how to create X509 certificates for Azure IoT and corresponding products.
If you are looking for a guide on creating an Open CV module in Python, check out a guide here. This guide will focus on creating an Azure IoT Edge module in C++. To accomplish this we need to take the following steps: Create the Azure IoT Edge Module Create a working Open CV Build […]
Google’s Protocol Buffers are a perfect fit with the multilingual approach of Azure IoT Edge. Using ProtoBuf, a message format can be written once and used across multiple frameworks and languages while benefiting from the speed and message size intrinsic to ProtoBuf. For this Azure IoT Edge use case, we will generate a message in C++ and […]
The interview I had with .NET Rocks! is here.
After my sessions at Update Conference Prague I will be discussing the Azure IoT Edge platform with .NET Rocks!. Hopefully I will have recovered from jet lag and my other presentations to give a coherent and passable interview. One of the questions they asked me was, what hardware would I buy if I had $5000 […]
This year I will be at Music City Code presenting Configure, Control, and Manage IoT with Mobile. Configure, Control, and Manage IoT with Mobile Abstract The internet of things allows for communication with devices through various means (without touch, mouse, keyboard, or a screen). Mobile devices give users a dynamic interactive experience with these devices by […]
At Devnet Create I was interviewed by The Cube. Heres the resulting interview:
If running Edge on a Raspberry Pi and an Edge container’s logs show ‘exec user process caused “exec format error”‘ as an error then most likely you are running a non Raspberry Pi container on the Raspberry Pi. If the docker file used to build the container starts with: FROM microsoft/dotnet:2.0.0-runtime or FROM microsoft/dotnet:2.0.0-runtime-nanoserver-1709 then […]
I’m proud to be presenting Enable IoT with Edge Computing and Machine Learning at DevNexus this year. This is one of my newer talks. After doing a bit of work with Microsoft Azure’s gateway releases I feel that this logic delivery mechanism is going to become more and more pervasive. As a Microsoft MVP I want […]
As a part of the Wren Hyperion solution, an ASP.NET Core application will run on an ARM based Linux OS (we are building a POC for the Raspberry Pi and Raspian). Here are the steps on how you can get started with ASP.NET Core on Raspian: Setup a Raspberry Pi with Raspian Install .NET Core […]