nanopb VS jems

Compare nanopb vs jems and see what are their differences.

jems

jems: a stream-based JSON serialized for embedded systems (by rdpoor)
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 jems
19 2
4,066 8
1.4% -
7.9 2.2
8 days ago about 1 year ago
C C
zlib License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nanopb

Posts with mentions or reviews of nanopb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-20.

jems

Posts with mentions or reviews of jems. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-27.
  • Lightweight data serialization/deserialization format
    3 projects | /r/embedded | 27 Apr 2023
    After reviewing several options, I’ve settled on plain old JSON. For parsing, I use https://github.com/zserge/jsmn. For serialization I use https://github.com/rdpoor/jems (disclaimer: I wrote the latter, but others use it as well).
  • jems: ANOTHER compact JSON serializer for embedded systems
    2 projects | /r/embedded | 16 Oct 2022
    By contrast, jems (Json EMitter Stream) emits characters on the fly rather than building up a large data structure, so it uses very little memory. The only storage requirement is a few bytes for each nesting level, which normally doesn't get that deep.

What are some alternatives?

When comparing nanopb and jems you can also consider the following projects:

protobuf-c - Protocol Buffers implementation in C

EmbeddedProto - Embedded Proto is a C++ Protocol Buffers implementation specifically suitable for microcontrollers. It is small, reliable and easy to use.

nanopb-example - This is a simple project created to test the capabilities of Google's protobuf C implementation, nanopb.

raylib - A simple and easy-to-use library to enjoy videogames programming

modern-embedded-programming-course - Companion repository to the "Modern Embedded Systems Programming" video course.

stuff_sack - Efficient multi-language message packing / serialization.

qpc - QP/C Real-Time Embedded Framework/RTOS for embedded systems based on active objects (actors) and hierarchical state machines

FPGA_Multimedia_Player - MSc Final Project

protoc-gen-doc - Documentation generator plugin for Google Protocol Buffers

cppreg - A C++11 header-only library for MMIO registers

rulos - Ravenna Ultra-Low-Altitude Operating System: An embedded OS for AVR and ARM CPUs

JSMN - Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket