Skip to content

Real-time websocket stream of GPS events on a fancy SVG world map

License

Notifications You must be signed in to change notification settings

jimmy0435/honeymap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HoneyMap


Add "protocol" field to server daemon

Installation

  • apt-get install git golang mercurial make
  • git clone https://github.com/fw42/honeymap
  • In honeymap/server/
    • go get
    • go build
    • cp config.json.example config.json
    • edit config.json
  • In honeymap/
    • On Ubuntu: apt-get install coffeescript
    • On Debian: Install node.js, then npm install coffeescript
    • make
  • Run server/server
  • Go to http://your-server:3000/
  • Optionally, use nginx as reverse proxy

About

Real-time websocket stream of GPS events on a fancy SVG world map

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 51.8%
  • Go 20.6%
  • HTML 12.4%
  • CSS 9.7%
  • Makefile 3.2%
  • JavaScript 2.3%