In this exercise you must make a program to receive UDP broadcasts from Raspberry Pi and send the data to a SOAP service running on Azure. The SOAP service must store the data in a database.
Create a database table to hold the data from your IoT measurements. Data is usually simple int's.
Program a SOAP service with one (or more) methods to receive data.
Data must be inserted into the database table.
Make a program (Concole Application) to do two things
Run the program on your laptop.