Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

Paolo Patierno

Member Since 17 Sep 2010
Offline Last Active May 15 2016 12:34 PM
-----

Topics I've Started

Access to IoT Hub from .Net Micro Framework using AMQP

24 October 2015 - 04:57 PM

Hi all,

 

as you know there isn't an official IoT Hub SDK for .Net Micro Framework and the C# implementation uses Task and async/await programming model heavily but it's not supported on .Net MF.

 

Even if it's true, there is the AMQP .Net Lite to use directly the AMQP protocol.

 

For this reason I have just blogged about using AMQP .Net Lite to connect to the IoT Hub for sending data and receiving commands.

 

https://paolopatiern...the-amqp-stack/

 

I also wrote a sample using Netduino 3 WiFi :

 

https://github.com/p...rno/codesamples

 

I hope you'll enjoy them !

 

Paolo.


.Net Micro Framework 4.4 released !

21 October 2015 - 04:29 AM

Hi all,
today is a great day because the official 4.4 version was released.

http://blogs.msdn.co...-available.aspx

Now ... as Netduino addicted ... when it will be available on the board (at least Netduino 3 WiFi) ?

Thanks
Paolo

IoT gateway concept : BLE to Azure

22 May 2015 - 06:39 PM

Hi all,

I have uploaded a new project on GitHub that shows a concept of an IoT gateway frkm BLE (Bluetooth Low Energy) devices to Microsoft Azure (Event Hubs) using a Netduino 3 WiFi board.

Ble2Azure : https://github.com/ppatierno/ble2azure

It's a demo code I developed for a session for an IoT event in Naples.

I hope you'll enjoy it !

Paolo

Azure SB Lite : access Azure Service Bus using AMQP on .Net Micro Framework

09 May 2015 - 02:36 PM

Hi all,

 

I have just released a new project on CodePlex : Azure SB Lite (http://azuresblite.codeplex.com)

 

Every day, we use the Service Bus package from Nuget to access Azure Service Bus from out application based on .Net Framework. The package exposes very simple APIs !

 

To access Service Bus from .Net Micro Framework device, we need to use HTTP(S) or we can use AMQP(S).

 

On CodePlex there is the great AMQP .Net Lite library from Microsoft (http://amqpnetlite.codeplex.com) to access Service Bus using AMQP but you need to know all the main concepts of AMQP protocol like connection, session, link and so on.

 

To avoid this, I wrote a wrapper around above library to expose same APIs as Service Bus package for .Net Framework but from ... .Net Micro Framework !

 

You can now port your code in a very simple manner !

 

Of course, it works on Netduino 3 Wi-Fi thanks to its SSL/TLS support ! :-)

 

Thanks,

Paolo


home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.