SharedMemory concept for mesh of micro controllers : Does it work ? Can it be done for "free" (using pointers only) ? (Do you wanna help me ?)

This page summarizes the projects mentioned and recommended in the original post on /r/embedded

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • nanopb

    Protocol Buffers with small code size

  • Also, Protocol Buffers is a good library for defining messages and getting generated code to serialize / deserialze them. The nanopb project is an implementation suitable for embedded. This has nothing to do with moving data between devices, but it is an easy way to make your messages portable and compatible with different versions (which is very helpful when you are updating your distributed system).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Nanopb – Protocol Buffers for Embedded Systems

    1 project | news.ycombinator.com | 6 Sep 2023
  • Looking for a data serialization/deserialization library for use in an embedded system

    1 project | /r/SoftwareEngineering | 31 May 2023
  • serialization protocol for rf messages in C

    1 project | /r/embedded | 14 Mar 2023
  • How to create a program that sends to and receive data from Arduino via Bluetooth using C?

    1 project | /r/C_Programming | 2 Jan 2023
  • Is a packed struct always the same in size?

    1 project | /r/embedded | 22 Nov 2022