Microsoft Azure Mobile Services
Version 1 AzMS Tables use an auto-incremented integer field as the primary key which is more compact than the GUID string used in version 2 AzMS tables.. The Azure Portal generates Version 2 tables which can be inefficient for resource limited embedded devices. This blog covers how to generate version 1 AzMS tables.
Read the rest of entry »
This blog presents a simple JSon parser in the Arduino context for the ToDo sketch that extracts the data entities from each record. in the JSon string.
Some hints to do with networking an Arduino device.
An Azure Mobile Service table can be simply manipulated via a command line app called cURL.exe
A new Codeplex project as follow up to my recent IOT presentation focusing upon Embedded Devices interacting with an Azure Mobile Service.