Giter Club home page Giter Club logo

gpsd-nmea-simulator's Introduction

gpsd-nmea-simulator

Buy me a coffee

Docker Image with gpsd and NMEA183 simulator

gpsd is a service daemon that monitors one or more GPSes or AIS receivers attached to a host computer through serial or USB ports, making all data on the location/course/velocity of the sensors available to be queried on TCP port 2947 of the host computer. With gpsd, multiple location-aware client applications (such as navigational and wardriving software) can share access to receivers without contention or loss of data. Also, gpsd responds to queries with a format that is substantially easier to parse than the NMEA 0183 emitted by most GPSes. The gpsd distribution includes a linkable C service library, a C++ wrapper class, and a Python module that developers of gpsd-aware applications can use to encapsulate all communication with gpsd. Third-party client bindings for Java and Perl also exist.

http://www.catb.org/gpsd/

https://pkgs.alpinelinux.org/package/v3.5/main/armhf/gpsd

Ports:

  • 8888 - raw NMEA1083 TCP port
  • 2947 - gpsd service port

Example:

docker run -t -i --name=gpsd \
  -p 2947:2947 -p 8888:8888 \
  knowhowlab/gpsd-nmea-simulator 
telnet localhost 8888
gpsmon localhost:2947 

gpsd-nmea-simulator's People

Contributors

dpishchukhin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gpsd-nmea-simulator's Issues

Docker build error: "python (no such package): required by: world[python]"

Host OS: Ubuntu 16.04 LTS
Docker Version: 20.10.7, build f0df350
Build command used: sudo docker build --tag=gpsd-nmea-sim .
Commit: b418af3

I'm not sure why this error was occurring, but making a change to line 5 to explicitly use python3 appeared to resolve it:
RUN apk add --update --no-cache python3 gpsd && chmod +x /opt/nmea/simulator/start.sh

Seed starting coordinates

Wondering if it would be easy to allow the docker image to pass a starting or seed set of coordinates for the script to use as its starting point? Looks like you might be able to pass init coordinates into the class but curious if there's an easier way?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.