https://github.com/parrotmac/node-gpsd-viewer
Proof-of-concept Map UI for gpsd
https://github.com/parrotmac/node-gpsd-viewer
gpsd node openstreetmaps react
Last synced: 7 months ago
JSON representation
Proof-of-concept Map UI for gpsd
- Host: GitHub
- URL: https://github.com/parrotmac/node-gpsd-viewer
- Owner: parrotmac
- Created: 2019-07-24T23:59:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:17:53.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T04:46:44.940Z (9 months ago)
- Topics: gpsd, node, openstreetmaps, react
- Language: TypeScript
- Size: 3.06 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)
```bash
$ node index.js`
```
- Second, from the second terminal, start the viewer/React UI
```bash
$ cd viewer
$ yarn start
```
- Third, enjoy (hopefully)## Questions/Contributions
Please :) just open an issue