Azure Service Bus + NETMF

Good MSDN article here Windows Azure Insider - The Windows Azure Service Bus and the Internet of Things | Microsoft Learn
talking about how Windows Azure Service Bus can help solve some common connection scenarios between micro devices. (ex sub/pub)

The article talks about how Arduino “lack the power to run anything but the simplest aspects of a Web stack”, thus unable to be used with the Azure Service Bus.

Before I spend hours writing a sample app only to realize that the networking abilities of my device are insufficient I have a quick question.
After reading the article, is the NETMF network stack capable of using the Azure Service Bus?

Also, fyi, along with .Net libraries, most azure products also expose REST services to give you control through HTTP of each particular azure product. In this case, the Windows Azure Service Bus.

This might help
https://www.ghielectronics.com/community/forum/topic?id=

And

http://www.awsomedevsigner.com/2014/01/25/first-steps-with-net-gadgeteer-and-windows-azure/

1 Like