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

Add post for leveraging erlang in space talk #486

Merged
merged 1 commit into from
May 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions priv/posts/marketing/20240508200910_leveraging-erlang-in-space.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"title": "Leveraging Erlang for Enhanced Fault Tolerance and Productivity in Space",
"authors": ["Marketing Working Group"],
"slug": "leveraging-erlang-in-space",
"category": "marketing",
"tags": ["erlang", "grisp", "embedded"],
"datetime": "2024-05-08T20:01:39.078314Z"
}
---
Leveraging Erlang for Enhanced Fault Tolerance and Productivity in Space Applications: Insights from the GRiSP Platform
---

## Leveraging Erlang for Enhanced Fault Tolerance and Productivity in Space Applications: Insights from the GRiSP Platform

The Erlang Ecosystem Foundation (**EEF**) is excited to announce that Peer Stritzinger, a board member of the EEF,
will be presenting at the Flight Software Workshop 2024. His talk,
[Leveraging Erlang for Enhanced Fault Tolerance and Productivity in Space Applications: Insights from the GRiSP Platform](https://flightsoftware.org/workshop/FSW2024)
will illuminate how Erlang’s fault-tolerant, distributed programming features and the Real-Time Executive for
Multiprocessor Systems (RTEMS) come together through the GRiSP platform to tackle the unique challenges of space
software development.

In this talk, Stritzinger will delve into Erlang’s unparalleled strengths in
building resilient systems that automatically recover from failures,
essential for space's unpredictable environments. Erlang's lightweight
processes and message-passing model enhance distributed systems' scalability
and maintainability, allowing for efficient development of complex
communication protocols and consistent performance across distributed space systems.

The GRiSP platform combines Erlang's high-level fault-tolerant programming with RTEMS,
a reliable real-time operating system. This integration creates an environment that enhances
productivity and simplifies system management. Stritzinger will highlight the synergy between
the GRiSP platform and RTEMS, showcasing how their collaboration fosters resilient, scalable
embedded systems for both ground and space.

He will also introduce the GRiSP2 evaluation board and the upcoming GRiSP nano,
which offer developers streamlined prototyping and deployment tools, crucial for
efficient IoT system development.

Join Peer Stritzinger at the Flight Software Workshop 2024 to discover how the
Erlang language and GRiSP platform offer a robust, productive toolkit for
overcoming space application challenges.
Learn more at [www.grisp.org](http://www.grisp.org/) and [www.grisp.io](http://www.grisp.io/)
Loading