Compare commits
14 Commits
satrs-core
...
0cc8d047fc
Author | SHA1 | Date | |
---|---|---|---|
0cc8d047fc
|
|||
339ad92080
|
|||
9d3b7ab8af
|
|||
1bbb37479a
|
|||
f53d46b654
|
|||
f8f3d69402
|
|||
094c9502b2
|
|||
bb5bd30e4e
|
|||
1e82ebe9ee
|
|||
ca80d02ddc | |||
2c5c5a5f6b
|
|||
a5425fb774 | |||
8f64f4bc02
|
|||
4a94fd8ffe
|
@ -17,7 +17,7 @@ it is still centered around small packets. `sat-rs` provides support for these E
|
||||
standards and also attempts to fill the gap to the internet protocol by providing the following
|
||||
components.
|
||||
|
||||
1. [UDP TMTC Server](https://docs.rs/satrs-core/0.1.0-alpha.0/satrs_core/hal/host/udp_server/index.html).
|
||||
1. [UDP TMTC Server](https://docs.rs/satrs-core/hal/host/udp_server/index.html).
|
||||
UDP is already packet based which makes it an excellent fit for exchanging space packets.
|
||||
2. [TCP TMTC Server Components](https://docs.rs/satrs-core/0.1.0-alpha.1/satrs_core/hal/std/tcp_server/index.html).
|
||||
TCP is a stream based protocol, so the framework provides building blocks to parse telemetry
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "satrs-core"
|
||||
version = "0.1.0-alpha.2"
|
||||
version = "0.1.0-alpha.1"
|
||||
edition = "2021"
|
||||
rust-version = "1.61"
|
||||
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
|
||||
@ -15,6 +15,8 @@ categories = ["aerospace", "aerospace::space-protocols", "no-std", "hardware-sup
|
||||
[dependencies]
|
||||
delegate = ">0.7, <=0.10"
|
||||
paste = "1"
|
||||
# TODO: Remove this as soon as the image including the description was moved to the satrs-book.
|
||||
embed-doc-image = "0.1"
|
||||
|
||||
[dependencies.smallvec]
|
||||
version = "1"
|
||||
|
Reference in New Issue
Block a user