Giter Club home page Giter Club logo

gps.net's People

Contributors

glenncambre avatar kevingoos avatar rhysjtevans avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gps.net's Issues

Add support for lat, long textfiles

Added support for lat, long textfiles divided with a ;. Header needs to be included at the beginning! Header column names are in the settings.

multiple packets packet not recognized by library

{
"class":"GST",
"device":"/dev/serial0",
"time":"2021-03-22T17:21:04.000Z",
"rms":28.000,
"lat":1.200,
"lon":0.800,
"alt":4.200
}

i am new to the whole gps area ... i am going to see if i can handle this .....
anyone else know about this ?

in checking the gspd site and looking at the code it looks like there are multiple packets that are not in the current library
//
// GST
// ATT
// TOFF
// PPS
// OSC

[ GPSD json packets ](url https://gpsd.gitlab.io/gpsd/gpsd_json.html)

Unhandled Exception: Ghostware.GPS.NET.Exceptions.UnknownTypeException: Unknown Class Type: SKY

Hey Kevin,
Great work on this library!
Hit an issue wonder if you knew anything / could help.

Unhandled Exception: Ghostware.GPS.NET.Exceptions.UnknownTypeException: Unknown Class Type: SKY at Ghostware.GPS.NET.Models.GpsdModels.DataClassType.GetClassType() at Ghostware.GPS.NET.Parsers.GpsdDataParser.GetGpsData(String gpsData) at Ghostware.GPS.NET.GpsClients.GpsdGpsClient.StartGpsReading(GpsdInfo data) at Ghostware.GPS.NET.GpsClients.GpsdGpsClient.Connect()

My code looks like -

var info = new GpsdInfo() { Address = "192.168.0.32", Port = 2947 }; _gpsService = new GpsService(info); _gpsService.Connect(); Console.WriteLine(_gpsService.IsRunning);

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.