https://github.com/lab11/summon
Browser for the Local Web of Things
https://github.com/lab11/summon
Last synced: 11 months ago
JSON representation
Browser for the Local Web of Things
- Host: GitHub
- URL: https://github.com/lab11/summon
- Owner: lab11
- Created: 2015-06-21T11:08:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T19:27:23.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T04:45:10.006Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 134 MB
- Stars: 18
- Watchers: 16
- Forks: 7
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-iot - Summon ★ 7 ⧗ 52 - A platform for mobile devices that provides a convenient and scalable mechanism for IoT device interactivity, enabled by web-based interfaces and driven by the devices themselves. (App / Low Level)
- awesome_iot - Summon ★ 7 ⧗ 52 - A platform for mobile devices that provides a convenient and scalable mechanism for IoT device interactivity, enabled by web-based interfaces and driven by the devices themselves. (App / Low Level)
README
Summon
======
The browser for the Web of Things.
A platform for mobile devices that provides a convenient and scalable mechanism for IoT device interactivity, enabled by web-based interfaces and driven by the devices themselves.


[
](https://play.google.com/store/apps/details?id=edu.umich.eecs.lab11.summon)
[
](https://itunes.apple.com/us/app/summon-lab11/id1051205682)
Video
-----
[](https://youtu.be/oQLkUcQoUe4)
Peripherals
-----------
To quickly create a Bluetooth beacon device to test with, install the [Eddystone-URL app](https://play.google.com/store/apps/details?id=edu.umich.eecs.lab11.eddystone) on a separate Android device.
For Bluetooth peripherals to be listed in the Summon's scan, it must advertise the URI for its corresponding web interface according to the [Bluetooth URI AD type specification](https://www.bluetooth.org/DocMan/handlers/DownloadDoc.ashx?doc_id=302735) (page 27), or the [Eddystone-URL specification](https://github.com/google/eddystone/blob/master/protocol-specification.md).
Local Wi-Fi peripherals can advertise the URL as an HTTP service over mDNS/ZeroConf/Bonjour.
Example implementations of peripherals can be found in [`peripherals/examples/`](peripherals/examples).
Creating Interactive User Interfaces
------------------------------------
In addition to opening regular websites, Summon can open app-like web UIs that can make use of native smartphone features. These UIs are still developed using standard web tools, but they are able to do things like interact directly over Bluetooth and perform native application functions with provided Javascript APIs. Once the UI is hosted online or served locally from the device, the peripheral can advertise a link to it, as with an ordinary website.
Further details are in the [User Interfaces README](user-interfaces/README.md).
Example implementations of UIs can be found in [`user-interfaces/examples/`](user-interfaces/examples).