Total Pageviews

Friday, 6 January 2017

基于nodejs的定位服务location.io

location.io example web app using SocketStream, angular.js and google maps 

Description

A simple Location.IO demo web app using Node.js, SocketStream, AngularJS and Google Maps.
The demo app is indented to demonstrate the functionality of Location.IO. Connected trackers are shown as pins on the map. The example app supports sending commands to trackers. It is real time, the map pins move as the trackers update their locations. If a tracker disconnects it disappears from the map.
Location.IO Demo does not currenly support
  • User login (or any privacy at all)
  • A database to store the location and trip history of trackers

Live Demo

http://demo.location.io
Point trackers to 176.58.107.144 port 1337

Install

To install the most recent release from npm, run:
 npm install -g demo.location.io

Usage

demo-location-io [http port]
The server listens to for connections from trackers on port 1337.

More info

More info about supported trackers and protocols can be found on the Location.IO webstie

from https://github.com/alexbirkett/demo.location.io