GithubHelp home page GithubHelp logo

n129bz / csgps Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 568 KB

Ublox GPS usb dongle contol in a C# console app, written in .NET Core. Adapted from Stratux file gps.go

License: BSD 3-Clause "New" or "Revised" License

C# 100.00%

csgps's Introduction

(csGPS IS NOW OBSOLETE, SEE http://github.com/N129BZ/csNMEA)

Ublox GPS usb dongle contol in a C# console app, written in .NET Core on Ubuntu Linux. Adapted from Stratux file gps.go. Huge thank you to github.com/cyoung and github.com/b3nn0 for all of their work "in the trenches" on this functionality.

NOTE: I have not been successful running this on Windows 10, and I don't have the patience to mess around with all of the B.S. dealing with dependencies and versions on Windows. If someone wants to try, good luck. It's ironic that a MS product like .NET Core works great on Linux but is a royal PITA on the mother ship.

csGPS console application can be run either of 2 ways:

  1. Call "dotnet run csGPS" and use the csGPSconfig.json file with portname and baudrate values:
    {
       "csGPSconfig": {
           "serialport": {
               "portname": "/dev/ttyACM0",
               "baudrate": 9600
            }
        }
    }
  1. Call "dotnet run csGPS" and pass the 2 value arguments (order doesn't matter)
    dotnet run csGPS /dev/ttyACM0 9600
    dotnet run csGPS 115200 /dev/ttyACM0

Dependencies:

    dotnet add package Newtonsoft.Json --version 13.0.1
    dotnet add package System.IO.Ports --version 5.0.1
    dotnet add package System.Management --version 5.0.0   

csgps's People

Contributors

n129bz avatar

Watchers

 avatar

Forkers

douglasrudd

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.