From e8d75ff1e6256fdacc300a5ea7bfd6791788e3c4 Mon Sep 17 00:00:00 2001 From: Daniel Krippner Date: Fri, 4 Apr 2025 11:40:43 +0200 Subject: [PATCH 1/2] Add blueprints to docs section, minor formatting improvements --- content/explainer.md | 2 ++ content/media.md | 15 +++++++++++++++ content/motivation.md | 2 ++ 3 files changed, 19 insertions(+) diff --git a/content/explainer.md b/content/explainer.md index e0971b4..51240c3 100644 --- a/content/explainer.md +++ b/content/explainer.md @@ -62,3 +62,5 @@ To help further this goal, more uProtocol™ adapters and bridges to specifi [^5]: This is why we have so many standards [^6]: With this scope it should be clear that uProtocol™ is not trying to be the answer to every specialist use case along the way - certain things (e.g. realtime critical communication within one subdomain of a vehicle) are better solved with existing, specialized and localized approaches. + +  diff --git a/content/media.md b/content/media.md index 255682e..ec2e2cd 100644 --- a/content/media.md +++ b/content/media.md @@ -7,12 +7,27 @@ date = 2025-03-28T13:46:05+01:00 [A motivation and explanation for the uProtocol approach]({{< relref "explainer.md" >}}) +--- + ## Documents [uProtocol slide deck](/uProto-what.pdf) +--- + +## Blueprints + +The [Eclipse SDV Blueprints](https://sdv-blueprints.eclipse.dev) project hosts various showcases of how to build SDV-style solutions using Open Source components. The following blueprints include uProtocol and can be used for instructional and inspirational purposes: + +- [Fleet Management Blueprint](https://github.com/eclipse-sdv-blueprints/fleet-management) +- [Service-to-Signal Blueprint](https://github.com/eclipse-sdv-blueprints/service-to-signal) + +--- + ## Videos - [Steven Hartley](https://github.com/stevenhartley) & [Daniel Krippner](https://github.com/AnotherDaniel) talking [about uProtocol](https://www.youtube.com/watch?v=IkpFvD-DRTc) at [Eclipse OCx 2024 in Mainz](https://www.ocxconf.org/event/778b82cc-6834-48a4-a58e-f883c5a7b8c9/home) - [Steven Hartley](https://github.com/stevenhartley) & [Kai Hudalla](https://github.com/sophokles73) Discuss [Eclipse uProtocol and Collaboration Among Eclipse SDV Projects](https://www.youtube.com/watch?v=COPltDMCrrw) - [Pete LeVasseur](https://github.com/PLeVasseur) about [Eclipse uProtocol: Open Source Software Defined Vehicle Framework](https://www.youtube.com/watch?v=YWcsv_9kNDU) at [GOSIM China 2024](https://china2024.gosim.org) + +  diff --git a/content/motivation.md b/content/motivation.md index 41c1674..d4823c0 100644 --- a/content/motivation.md +++ b/content/motivation.md @@ -27,3 +27,5 @@ In a provocatively simplified nutshell - if you need service-level communication --- **NOTE:** None of these challenges are specific to the automotive sector. Instead, other industries like defense, rail and aviation all face similar issues. + +  From 5ff903f7f803960a0fd4d4956567346ff0efc827 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 4 Apr 2025 14:13:10 +0200 Subject: [PATCH 2/2] Update content/media.md Co-authored-by: Kai Hudalla --- content/media.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/media.md b/content/media.md index ec2e2cd..2b238cc 100644 --- a/content/media.md +++ b/content/media.md @@ -17,7 +17,7 @@ date = 2025-03-28T13:46:05+01:00 ## Blueprints -The [Eclipse SDV Blueprints](https://sdv-blueprints.eclipse.dev) project hosts various showcases of how to build SDV-style solutions using Open Source components. The following blueprints include uProtocol and can be used for instructional and inspirational purposes: +The [Eclipse SDV Blueprints](https://sdv-blueprints.eclipse.dev) project hosts various showcases of how to build solutions using Eclipse SDV open source components. The following blueprints include uProtocol and can be used for instructional and inspirational purposes: - [Fleet Management Blueprint](https://github.com/eclipse-sdv-blueprints/fleet-management) - [Service-to-Signal Blueprint](https://github.com/eclipse-sdv-blueprints/service-to-signal)