Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rzr/webthings-webapp
WebThings Alternate browser
https://github.com/rzr/webthings-webapp
iot t wot
Last synced: 22 days ago
JSON representation
WebThings Alternate browser
- Host: GitHub
- URL: https://github.com/rzr/webthings-webapp
- Owner: rzr
- License: mpl-2.0
- Created: 2018-06-19T14:51:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T22:05:54.000Z (over 5 years ago)
- Last Synced: 2024-11-26T19:54:24.504Z (26 days ago)
- Topics: iot, t, wot
- Language: JavaScript
- Homepage: https://www.slideshare.net/rzrfreefr/wotxr20190320rzr
- Size: 1.91 MB
- Stars: 0
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## WEBTHINGS WEBAPP: ##
Standalone application to browse "Webthings" connected to "Mozilla IoT Gateway"
* URL: https://github.com/rzr/webthings-webapp
[![GitHub forks](https://img.shields.io/github/forks/rzr/webthings-webapp.svg?style=social&label=Fork&maxAge=2592000)](https://GitHub.com/rzr/webthings-webapp/network/)
## USAGE: ##
Setup "Mozilla IoT gateway", create default user.
This "webapp" was originally designed to be used into Tizen HTML5 runtime environment,
then ported as "Progressive Web App" for Samsung Internet browser (on android device).[![screenshot](docs/screenshot.png)](https://s-opensource.org/2018/06/21/webthing-iotjs/ "Demo")
Also, page can also be tested also using regular browser (as long as CORS is enabled),
using a remote URL (ie: https://rzr.github.io/webthings-webapp/ )
or just load index.html from filesystem (using file:/// protocol).```
rm -rf tmp
mkdir -p tmp
chromium-browser --disable-web-security --user-data-dir="tmp" https://rzr.github.io/webthings-webapp/
```Then update gateway's URL:
* http://gateway.local:8080 : for default location in local network
* https://$host.mozilla-iot.org : for public (if you haven't skipped the registation step)For debuging purposes here are various snapshot of the app:
* https://rzr.github.io/webthings-webapp/
* https://tizenteam.github.io/webthings-webapp/
* https://tizenteam.github.ioFor reference, It was tested on Tizen TM1 reference device.
## DEMO: ##
[![webthing-esp8266-webapp-20180602rzr](https://i.vimeocdn.com/video/704744529.jpg)](https://www.slideshare.net/SamsungOSG/the-complex-iot-equation-and-floss-solutions-101449596/10 "Demo video")
* https://www.slideshare.net/SamsungOSG/the-complex-iot-equation-and-floss-solutions-101449596/
## RESOURCES: ##
* https://iot.mozilla.org/
* https://s-opensource.org/category/internet-of-things/
* https://en.wikipedia.org/wiki/Cross-origin_resource_sharing
* https://wiki.tizen.org/TM1
* https://wiki.tizen.org/index.php?title=User:Pcoval