A compact implementation of the Cyphal/CAN protocol in C for high-integrity real-time embedded systems
-
Updated
Dec 9, 2024 - C++
A compact implementation of the Cyphal/CAN protocol in C for high-integrity real-time embedded systems
Portable reference implementation of the Cyphal protocol stack in C++ for embedded systems and Linux.
Arduino communication library for Peacefair PZEM-004T Energy monitor
Abstraction layer for painlessly building object oriented distributed systems that just work
Protocol tester for IEC60870-5-104 protocol
C++(11) library to implement custom binary communication protocols
Uvvy peer-to-peer communication and sharing client
DSL schemas parser and code generators for CommsChampion Ecosystem
Tiny implementation of SLIP protocol (Serial line IP)
(Client side) Communication between two ESP32 via Bluetooth making use of the BLEServer library.
Qt widgets based tools to debug binary communication protocols developed using COMMS Library
(Server side) Communication between two ESP32 via Bluetooth making use of the BLEServer library.
Multiple Access Quantum Key Distribution Network
Communication protocol. A comunication protocol for embedded devices written in C++. This is a header only library developed in TDD style.
A fully customizable Arduino or ESP8266 Command Interpreter that uses function syntax you're already familiar with!
It will transfer multiple variable value at a same time and Receiver side can extract the different value individually.
In this repository contains projects related to arduino from basic to intermediate levels ,with all dedicated readme files for better understanding .
This Repo include basic master and slave communication between two or MCUs (Arduino in our case) We have showcased the basic transfer protocol between Master and Slave Arduino. The master and slave code both have receive and request protocols. The MASTER code includes Transmission protocol (beginTransmission) to send data to slave and request pr…
This repo includes basic communication protocol between two or more MCUs (Arduino in our case) AS U already know basics of transfer protocols (if not try basic I2C communication which is also included in our Repositories). I2c is basic communication but SPI is a bit faster and full duplex communication and it also has privilege of multi-master (…
Add a description, image, and links to the communication-protocol topic page so that developers can more easily learn about it.
To associate your repository with the communication-protocol topic, visit your repo's landing page and select "manage topics."