Skip to content

Aplicativo web para receber e mostrar dados vindos de equipamentos IoT

License

Notifications You must be signed in to change notification settings

SanUSB-grupo/wireless-monitor

Repository files navigation

Wireless Monitor

Build Status

Aplicativo web para receber e mostrar dados vindos de equipamentos IOT.

Web app to receive and show data that comes from IOT devices.

Documentation

https://sanusb-grupo.github.io/wireless-monitor/

Simple https sensing application tutorial:

https://www.youtube.com/watch?v=nR6XIbSMn04/

Applications of this project can be seen in the paper:

http://dx.doi.org/10.18265/1517-03062015v1n46p226-236 and in the video: https://youtu.be/DCCZP3mGIqY

Getting Started

Install composer from <getcomposer.org>

Install dependencies

php composer.phar install

Create .env file

cp .env.example .env

Generate key for JWT

php artisan key:generate

Migrate database (first time only)

php artisan migrate

Start the local server

php artisan serve

Testing

php vendor/bin/phpunit

Testing a package

php vendor/bin/phpunit packages/fidias/blinkleds/

With code coverage option

php vendor/bin/phpunit --coverage-html _reports/coverage/

License

Copyright (C) 2016 Átila Camurça camurca.home@gmail.com

Grupo SanUSB http://sanusb.org

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.