<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Samples</title><link>https://sourceforge.net/p/m2mlabs/wiki/Samples/</link><description>Recent changes to Samples</description><atom:link href="https://sourceforge.net/p/m2mlabs/wiki/Samples/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 07 Mar 2015 17:52:44 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/m2mlabs/wiki/Samples/feed" rel="self" type="application/rss+xml"/><item><title>Samples modified by Jim</title><link>https://sourceforge.net/p/m2mlabs/wiki/Samples/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v19
+++ v20
@@ -13,4 +13,5 @@
 * [Arduino Sample](https://sourceforge.net/p/m2mlabs/wiki/ArduinoSample)
 * [Android Sample](https://sourceforge.net/p/m2mlabs/wiki/AndroidSample)
 * [Raspberry PI Sample](https://sourceforge.net/p/m2mlabs/wiki/RaspberryPiSample)
+* [Ubuntu Core Sample](https://sourceforge.net/p/m2mlabs/wiki/UbuntoCoreSample)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim</dc:creator><pubDate>Sat, 07 Mar 2015 17:52:44 -0000</pubDate><guid>https://sourceforge.netf2ccdc3ecc2e0644d6d952cb3c149db098982ebe</guid></item><item><title>Samples modified by Jim</title><link>https://sourceforge.net/p/m2mlabs/wiki/Samples/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -1,4 +1,6 @@
-# Testbench #
+# Samples #
+
+#### Testbench ####

 Download the samples from http://sourceforge.net/projects/m2mlabs/files/samples/samples.zip/download

@@ -6,3 +8,9 @@
 * Open cs-soapui-project.xml 
 * In the test project you find sample requests for all web services

+#### Device Samples ####
+
+* [Arduino Sample](https://sourceforge.net/p/m2mlabs/wiki/ArduinoSample)
+* [Android Sample](https://sourceforge.net/p/m2mlabs/wiki/AndroidSample)
+* [Raspberry PI Sample](https://sourceforge.net/p/m2mlabs/wiki/RaspberryPiSample)
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim</dc:creator><pubDate>Sat, 07 Mar 2015 17:04:49 -0000</pubDate><guid>https://sourceforge.netdeffabc086250a3e00100f4f6c658ba1e528ab10</guid></item><item><title>Samples modified by Jim</title><link>https://sourceforge.net/p/m2mlabs/wiki/Samples/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v17
+++ v18
@@ -1,35 +1,8 @@
-# Samples #
+# Testbench #

 Download the samples from http://sourceforge.net/projects/m2mlabs/files/samples/samples.zip/download
-
-### Testbench ###

 * Download SoapUI from https://sourceforge.net/projects/soapui/files and install it
 * Open cs-soapui-project.xml 
 * In the test project you find sample requests for all web services

-----------------
-
-### Monitor ###
-
-* display data for one sensor
-* it is included in the standard distribution, sample contains addtionally the sources
-* how to use it is described in the [Tutorial](https://sourceforge.net/p/m2mlabs/wiki/Tutorial)
-
-
-### Android Sample ###
-
-This is a sample project that runs on an Android 4.x smartphone. It reads the light brightness sensor on the Android phone and sends it to the Mainspring server.
-
-* install the M2MLabsSensorDemo.apk on the smartphone, please ignore warnings that it is not installed officially from the Google PlayStore
-* go to the Mainspring admin gui
-* create a sensor model with an attribute "brightness" of type number and "gpsdata" of type GpsData
-* create a device model with a sensor "LightSensor" and a sensor "GpsSensor" using the created sensor models
-* create a device
-* start the SensorDemo app and configure server url, apikey, update rate and the device name
-* select the sensors you want to use
-* switch on sending data
-* check in the Mainspring admin gui that data is received from the Android device
-* open "http://&amp;lt;server url=""&amp;gt;/cs-ws/monitor.html?apikey=&amp;lt;apikey&amp;gt;&amp;amp;device_name=&amp;lt;device name=""&amp;gt;&amp;amp;attribute_name=brightness&amp;amp;maxvalue=1000" to view the brightness values on a graph
-
-
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim</dc:creator><pubDate>Fri, 06 Mar 2015 19:25:22 -0000</pubDate><guid>https://sourceforge.net2af3937b0bcf88796d58d553768ed1a2bfed2461</guid></item><item><title>Samples modified by Jim</title><link>https://sourceforge.net/p/m2mlabs/wiki/Samples/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -17,26 +17,6 @@
 * how to use it is described in the [Tutorial](https://sourceforge.net/p/m2mlabs/wiki/Tutorial)

-----------------
-
-### Arduino Hardware Device ###
-
-This is a sample project that runs on an Arduino open source hardware device, For more information or Arduino please look at http://www.arduino.cc
-
-* get an Arduino Uno board from the [Arduino store](http://store.arduino.cc/eu/index.php?main_page=index&amp;amp;cPath=11_12) or another distributor. Choose either a board with an integrated Ethernet connector or add an Ethernet shield
-* download the Arduino software from http://arduino.cc/en/Main/Software and follow the installation inctructions
-* load the SimpleDevice.ino sample application into the Arduino IDE
-![Arduino Sample](https://sourceforge.net/p/m2mlabs/mainspring/ci/default/tree/doc/pictures/Arduino_editor.jpg?format=raw "Arduino sample")
-* edit the MAC Address so that is equal to the MAC address of your board. You will find the mac address on a sticker on the back of the ethernet shield
-* enter server specific configuration data in the sketch (apikey, m2mlabs server ip address, m2mlabs server port)
-* edit the device name, sensor name and attribute name as you have defined in the m2mlabs admin GUI. How to create device models, sensor models and devices is described in the [Tutorial](https://sourceforge.net/p/m2mlabs/wiki/Tutorial)
-* the sample program reads values on analog input 0 of the board
-* download to the board and press the reset button on the board
-* the serial monitor on the Arduino IDE allows you check if the connection is open and data is sent
-* check if data was received on the Mainspring Gui at http://localhost/cs-ws:8080 or run the monitor at http://localhost/cs-ws:8080/monitor.html. The usage of the monitor is described in the [Tutorial](https://sourceforge.net/p/m2mlabs/wiki/Tutorial-Monitor)
-
-----------------
-
 ### Android Sample ###

 This is a sample project that runs on an Android 4.x smartphone. It reads the light brightness sensor on the Android phone and sends it to the Mainspring server.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim</dc:creator><pubDate>Fri, 06 Mar 2015 19:17:15 -0000</pubDate><guid>https://sourceforge.net8cc17f72b47f1df2ad33562db9a9bf5b19b8be30</guid></item><item><title>Samples modified by Jim</title><link>https://sourceforge.net/p/m2mlabs/wiki/Samples/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -33,7 +33,7 @@
 * the sample program reads values on analog input 0 of the board
 * download to the board and press the reset button on the board
 * the serial monitor on the Arduino IDE allows you check if the connection is open and data is sent
-* check if data was received on the Mainspring Gui at http://localhost/cs-ws:8080 or run the monitor at http://localhost/cs-ws:8080/monitor.html. The usage of the monitor is described in the [Tutorial](https://sourceforge.net/p/m2mlabs/wiki/Tutorial)
+* check if data was received on the Mainspring Gui at http://localhost/cs-ws:8080 or run the monitor at http://localhost/cs-ws:8080/monitor.html. The usage of the monitor is described in the [Tutorial](https://sourceforge.net/p/m2mlabs/wiki/Tutorial-Monitor)

 ----------------

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim</dc:creator><pubDate>Fri, 06 Mar 2015 19:11:05 -0000</pubDate><guid>https://sourceforge.net8f42de9e87ec01ad0a6fb6e5ced0408809529e41</guid></item><item><title>Samples modified by Jim</title><link>https://sourceforge.net/p/m2mlabs/wiki/Samples/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -26,14 +26,14 @@
 * get an Arduino Uno board from the [Arduino store](http://store.arduino.cc/eu/index.php?main_page=index&amp;amp;cPath=11_12) or another distributor. Choose either a board with an integrated Ethernet connector or add an Ethernet shield
 * download the Arduino software from http://arduino.cc/en/Main/Software and follow the installation inctructions
 * load the SimpleDevice.ino sample application into the Arduino IDE
-![Arduino Sample](https://sourceforge.net/p/m2mlabs/mainspring/ci/default/tree/doc/pictures/Arduino_sample.jpg?format=raw "Arduino sample")
+![Arduino Sample](https://sourceforge.net/p/m2mlabs/mainspring/ci/default/tree/doc/pictures/Arduino_editor.jpg?format=raw "Arduino sample")
 * edit the MAC Address so that is equal to the MAC address of your board. You will find the mac address on a sticker on the back of the ethernet shield
 * enter server specific configuration data in the sketch (apikey, m2mlabs server ip address, m2mlabs server port)
 * edit the device name, sensor name and attribute name as you have defined in the m2mlabs admin GUI. How to create device models, sensor models and devices is described in the [Tutorial](https://sourceforge.net/p/m2mlabs/wiki/Tutorial)
 * the sample program reads values on analog input 0 of the board
 * download to the board and press the reset button on the board
 * the serial monitor on the Arduino IDE allows you check if the connection is open and data is sent
-* check if data was received on the Mainspring Gui at http://localhost/cs-ws:8080
+* check if data was received on the Mainspring Gui at http://localhost/cs-ws:8080 or run the monitor at http://localhost/cs-ws:8080/monitor.html. The usage of the monitor is described in the [Tutorial](https://sourceforge.net/p/m2mlabs/wiki/Tutorial)

 ----------------

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim</dc:creator><pubDate>Fri, 06 Mar 2015 19:09:17 -0000</pubDate><guid>https://sourceforge.net6c8f169ca8493308908dd8707054ee56f2b7443c</guid></item><item><title>Samples modified by Jim</title><link>https://sourceforge.net/p/m2mlabs/wiki/Samples/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -26,6 +26,7 @@
 * get an Arduino Uno board from the [Arduino store](http://store.arduino.cc/eu/index.php?main_page=index&amp;amp;cPath=11_12) or another distributor. Choose either a board with an integrated Ethernet connector or add an Ethernet shield
 * download the Arduino software from http://arduino.cc/en/Main/Software and follow the installation inctructions
 * load the SimpleDevice.ino sample application into the Arduino IDE
+![Arduino Sample](https://sourceforge.net/p/m2mlabs/mainspring/ci/default/tree/doc/pictures/Arduino_sample.jpg?format=raw "Arduino sample")
 * edit the MAC Address so that is equal to the MAC address of your board. You will find the mac address on a sticker on the back of the ethernet shield
 * enter server specific configuration data in the sketch (apikey, m2mlabs server ip address, m2mlabs server port)
 * edit the device name, sensor name and attribute name as you have defined in the m2mlabs admin GUI. How to create device models, sensor models and devices is described in the [Tutorial](https://sourceforge.net/p/m2mlabs/wiki/Tutorial)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim</dc:creator><pubDate>Fri, 06 Mar 2015 18:40:54 -0000</pubDate><guid>https://sourceforge.net6046fca2c6d7f83d5642765c18c1d9acfcb3d640</guid></item><item><title>Samples modified by Jim</title><link>https://sourceforge.net/p/m2mlabs/wiki/Samples/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -27,8 +27,8 @@
 * download the Arduino software from http://arduino.cc/en/Main/Software and follow the installation inctructions
 * load the SimpleDevice.ino sample application into the Arduino IDE
 * edit the MAC Address so that is equal to the MAC address of your board. You will find the mac address on a sticker on the back of the ethernet shield
-* edit the IP address so that it is equal to the address of the server running M2MLabs Mainspring
-* edit the contents of the POST message so that if fits your device name, sensor name and attribute name
+* enter server specific configuration data in the sketch (apikey, m2mlabs server ip address, m2mlabs server port)
+* edit the device name, sensor name and attribute name as you have defined in the m2mlabs admin GUI. How to create device models, sensor models and devices is described in the [Tutorial](https://sourceforge.net/p/m2mlabs/wiki/Tutorial)
 * the sample program reads values on analog input 0 of the board
 * download to the board and press the reset button on the board
 * the serial monitor on the Arduino IDE allows you check if the connection is open and data is sent
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim</dc:creator><pubDate>Fri, 06 Mar 2015 18:23:36 -0000</pubDate><guid>https://sourceforge.net236680090d1306cba9ae3003d61c97ee65f62ee7</guid></item><item><title>Samples modified by Jim</title><link>https://sourceforge.net/p/m2mlabs/wiki/Samples/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -26,13 +26,13 @@
 * get an Arduino Uno board from the [Arduino store](http://store.arduino.cc/eu/index.php?main_page=index&amp;amp;cPath=11_12) or another distributor. Choose either a board with an integrated Ethernet connector or add an Ethernet shield
 * download the Arduino software from http://arduino.cc/en/Main/Software and follow the installation inctructions
 * load the SimpleDevice.ino sample application into the Arduino IDE
-* edit the MAC Address so that is equal to the MAC address of your board
+* edit the MAC Address so that is equal to the MAC address of your board. You will find the mac address on a sticker on the back of the ethernet shield
 * edit the IP address so that it is equal to the address of the server running M2MLabs Mainspring
 * edit the contents of the POST message so that if fits your device name, sensor name and attribute name
 * the sample program reads values on analog input 0 of the board
 * download to the board and press the reset button on the board
 * the serial monitor on the Arduino IDE allows you check if the connection is open and data is sent
-* check if data was received on the Mainspring Gui at http://localhost/cs-ws
+* check if data was received on the Mainspring Gui at http://localhost/cs-ws:8080

 ----------------

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim</dc:creator><pubDate>Thu, 05 Mar 2015 21:39:00 -0000</pubDate><guid>https://sourceforge.net19f8205be77b54b96e43e9ac94f021597e74b2e0</guid></item><item><title>Samples modified by Jim</title><link>https://sourceforge.net/p/m2mlabs/wiki/Samples/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -1,6 +1,6 @@
 # Samples #

-Download the samples from http://sourceforge.net/p/m2mlabs/mainspring/ci/default/tree/samples/
+Download the samples from http://sourceforge.net/projects/m2mlabs/files/samples/samples.zip/download

 ### Testbench ###

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim</dc:creator><pubDate>Sat, 21 Feb 2015 21:42:07 -0000</pubDate><guid>https://sourceforge.net3331efd095e69b815e9a22a2b09fe384e80243bf</guid></item></channel></rss>