Skip to content

parrotmac/node-gpsd-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-gpsd-viewer

Proof-of-concept Map UI for gpsd


Overview

This consists of two peices:

  • A NodeJS GPSD -> Websocket Proxy
  • React Viewer (Viewer w/ OpenStreetMap)

Running

Since there's no cool integration between the two Node components, it's probably easiest to use two terminal windows (tmux ftw).

  • First, start the GPSD/Websocket Proxy (from the project root)
$ node index.js`
  • Second, from the second terminal, start the viewer/React UI
$ cd viewer
$ yarn start
  • Third, enjoy (hopefully)

Questions/Contributions

Please :) just open an issue