device-mgt-plugins/features/iot-plugins-feature/raspberrypi-plugin-feature/org.wso2.carbon.device.mgt.iot.raspberrypi.feature/src/main/resources/agent
2016-05-17 00:39:26 +05:30
..
src Fixes to the RaspberryPi DeviceTypes to generate real-tome stats and send operations 2016-05-17 00:39:26 +05:30
deviceConfig.properties refactored topic structure 2016-05-12 09:06:11 +05:30
org.eclipse.paho.mqtt.python.tar Fixes on the RPi API and modifications for MQTT Communication for RPi 2016-05-03 17:54:56 +05:30
RaspberryService.sh Added jot plugins features 2016-03-30 20:25:02 +05:30
README.md Added jot plugins features 2016-03-30 20:25:02 +05:30
sketch.properties Added jot plugins features 2016-03-30 20:25:02 +05:30
startService.sh Added jot plugins features 2016-03-30 20:25:02 +05:30
testAgent.sh moving down 'paho-library' installation to enable it in both virtual & real mode 2016-05-11 11:25:53 +05:30

Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. WSO2 Inc. licenses this file to you under the Apache License,Version 2.0 (the "License"); you may not use this file except in compliance with the License.You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

                                            --------------
                                              testAgent.sh
                                            --------------

This script is used to run this service in a testing environment. It can be run on a real Raspberry Pi device or in a virtual environment.

To run: sudo ./testAgent.sh and follow the instructions.

                                            -------------------
                                              startService.sh
                                            -------------------

After testing, this script can be used to deploy this application as a service on Raspberry Pi which will get loaded during boot up process.

create a service: sudo ./startService.sh

get current state of the service: sudo service RaspberryService.sh status

start service: sudo service RaspberryService.sh start

stop service: sudo service RaspberryService.sh stop

restart service: sudo service RaspberryService.sh restart