Skip to content

Commit

Permalink
extend basic_cli example with more cmd line arguments (#71)
Browse files Browse the repository at this point in the history
* refactor: workflow file

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>

* refactor: small update in doc & README

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>

* expand ublox-cli example with more cli-args

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>

---------

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
  • Loading branch information
andrei-ng authored Nov 10, 2023
1 parent 4e88740 commit ef9c16f
Show file tree
Hide file tree
Showing 7 changed files with 488 additions and 246 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ublox for Rust
uBlox for Rust
==============

[![Rust](https://github.com/ublox-rs/ublox/actions/workflows/rust.yml/badge.svg)](https://github.com/ublox-rs/ublox/actions/workflows/rust.yml)
Expand All @@ -13,9 +13,9 @@ ublox for Rust
[mrvs-url]: https://www.whatrustisit.com
[mrvs-badge]: https://img.shields.io/badge/minimum%20rustc-1.65-blue?logo=rust

This project aims to build a pure-rust I/O library for ublox GPS devices, specifically using the UBX protocol.
This project aims to build a pure-rust I/O library for uBlox GPS devices, specifically using the UBX protocol.

Examples of usage of the library can be found in the [examples/](./examples) directory. A basic CLI for interacting with an uBlox device can be found in [examples/basic_cli](./examples/basic_cli/) directory. See the specific [examples/README](./examples/README.md).
Examples of usage of the library can be found in the [examples/](./examples) directory. A basic CLI for interacting with an uBlox device can be found in [examples/ublox-cli](./examples/ublox-cli/) directory. See the specific [examples/README](./examples/README.md).

Constructing Packets
====================
Expand Down
1 change: 1 addition & 0 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[workspace]
exclude = ["target"]
members = ["*"]
resolver = "2"
239 changes: 0 additions & 239 deletions examples/basic_cli/src/main.rs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Lane Kolbly <lane@rscheme.org>"]
edition = "2018"
name = "ublox_cli"
authors = ["Lane Kolbly <lane@rscheme.org>", "Andrei Gherghescu <andrei.github.book663@passfwd.com>"]
edition = "2021"
name = "ublox-cli"
publish = false
rust-version = "1.70"
version = "0.1.0"
Expand Down
Loading

0 comments on commit ef9c16f

Please sign in to comment.