Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SBP 2 NMEA implementation #828

Merged
merged 3 commits into from
Jul 22, 2020
Merged

SBP 2 NMEA implementation #828

merged 3 commits into from
Jul 22, 2020

Conversation

mfine
Copy link
Contributor

@mfine mfine commented Jul 22, 2020

Converts SBP binary to NMEA GGA sentences. Sample run:

~  cat sample.sbp | sbp2nmea | head
$GPGGA,050309.800,3745.2354639,N,12228.4093110,W,4,15,0.0,112.43,M,0.0,M,,*41
$GPGGA,050309.900,3745.2354638,N,12228.4093110,W,4,15,0.0,112.43,M,0.0,M,,*41
$GPGGA,050310.000,3745.2354637,N,12228.4093111,W,4,15,0.0,112.43,M,0.0,M,,*4e
$GPGGA,050310.100,3745.2354637,N,12228.4093111,W,4,15,0.0,112.43,M,0.0,M,,*4f
$GPGGA,050310.200,3745.2354637,N,12228.4093111,W,4,15,0.0,112.43,M,0.0,M,,*4c
$GPGGA,050310.300,3745.2354637,N,12228.4093111,W,4,15,0.0,112.43,M,0.0,M,,*4d
$GPGGA,050310.400,3745.2354636,N,12228.4093110,W,4,15,0.0,112.43,M,0.0,M,,*4a
$GPGGA,050310.500,3745.2354637,N,12228.4093110,W,4,15,0.0,112.43,M,0.0,M,,*4a
$GPGGA,050310.600,3745.2354638,N,12228.4093110,W,4,15,0.0,112.43,M,0.0,M,,*46
$GPGGA,050310.700,3745.2354636,N,12228.4093109,W,4,15,0.0,112.43,M,0.0,M,,*41
➜  ~  

@mfine mfine requested a review from silverjam July 22, 2020 05:06
@mfine
Copy link
Contributor Author

mfine commented Jul 22, 2020

/cc @ericsenant

@mfine mfine merged commit 0e98088 into master Jul 22, 2020
@mfine mfine deleted the mfine/sbp2nmea branch July 22, 2020 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants