Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

License

NotificationsYou must be signed in to change notification settings

referefref/honeymap-ng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HoneyMap is a web application which visualizes a live stream ofGPS locations on a SVG world map. In principle, it can be usedwith any stream of GPS data. For our application, we use honeypotcaptures, provided by severalhpfeedsfrom theHoneynet Project. For more informationon our instance of HoneyMap, seeHoneyMap - Visualizing Worldwide Attacks in Real-Time.

Front-end code is written inCoffeeScript and makes use ofSockJS (HTML5 websockets),jQuery,jVectorMap andjQuery Transit (CSS3 animations).

Back-end code is written inGo and makes use ofsockjs-go andgo-hpfeeds.

(The earliest version of HoneyMap was usingnode.jsinstead of Go andsocket.io instead of SockJS.)

Example

http://map.honeycloud.net/

License

This software is distributed under the terms of theGNU Lesser General Public License (LGPL),with the following exception/change: If you want to use parts of this softwarein a commercial environment or product, you are required to publicly attribute credit to thisproject by including it's name and a link tothis website.

Authors

Forks

Installation

  • apt-get install git golang mercurial make
  • git clonehttps://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 tohttp://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

  • CoffeeScript53.3%
  • HTML22.3%
  • Go13.5%
  • CSS6.8%
  • Makefile2.3%
  • JavaScript1.6%
  • Shell0.2%

[8]ページ先頭

©2009-2025 Movatter.jp