Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 2.55 KB

README.md

File metadata and controls

39 lines (34 loc) · 2.55 KB

Physical Web Hospital Routing Project

This project is done as part of the Google Summer of Code 2017 program. The basic idea of this project is to build a solution with which users can easily navigate inside hospitals using an application in his/her smartphone/tablet/laptop. The application will show the indoor map of the hospital with the position of the user highlighted and updated as he/she move within the building. This solution does not require GPS but uses Physical Web beacons for positioning.

Core technologies

Physical Web beacons

Bluetooth Low Energy based beacons which advertises URLs which can be scanned by nearby devices.

Web Bluetooth API

A JavaScript API available as part of the Chrome Browser which lets users to directly interact with BLE beacons nearby.

Google Map API

API provided by Google to programmatically render maps as well as to interact with maps.

Simple Indoor Tagging

An indoor tagging schema for indoor mapping.

GeoJSON

An open standard for representing geographical features in JSON format along with their non-spatial attributes (tags).

Angular

Framework for building interactive single page web applications.

Architecture

This solution contains three components:

  • Indoor Navigator
    • Provides indoor map of a building with ability to switch between levels (floors). Also, lets used to find their current location by highlighting the nearest feature (room, corridor, etc) based on the proximity of the Physical Web Beacon.
  • Indoor Map Creator
    • Provides a DIY based GUI to build indoor maps of buildings with multiple floors. Provides option to attach a Physical Web Beacon reference number to all features to enable beacon based navigation.
  • Indoor Map Creator API
    • REST API to be consumed by the Indoor Map Creator to persist the data as well as the Indoor Navigator to consume GeoJSON

Worklog & Documents

Worklogs and documents are available here.

Links

License

MIT © Vipin Raj

Google Summer of Code