COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200901120153/https://github.com/topics/communication-protocol
Here are
106 public repositories
matching this topic...
Transmits AM radio on computers without radio transmitting hardware.
C++(11) library to implement and tools to monitor binary communication protocols
Portable reference implementation of the UAVCAN protocol stack in C++ for embedded systems and Linux.
Arduino communication library for Peacefair PZEM-004T Energy monitor
A Lightweight Ethernet/IP API written to interface with Rockwell ControlLogix/CompactLogix Controllers.
Updated
Jul 29, 2020
JavaScript
A compact implementation of the UAVCAN/CAN protocol in C11 for high-integrity real-time embedded systems
PROFINET device stack for embedded devices
The KWP2000 is a communications protocol used for on-board vehicle diagnostics systems (OBD) by Suzuki (SDS), Kawasaki (KDS), Yamaha (YDS), Honda (HDS) and possibly more. It is standardized by ISO 14230
Python implementation of the UAVCAN protocol stack.
Updated
Aug 27, 2020
Python
Luos technology core with examples
🔔 Linked Data Notifications
configurations for voip solution architectures and usecases involving SIP servers
MADRL, Reinforcement Learning, Multi-Agent, MARL, Communication, Centralized Training and Decentralized Execution
The UAVCAN specification documents are maintained here.
Stealthy.IM is a decentralized communication protocol built for Web 3.0 that connects people and applications.
Uvvy peer-to-peer communication and sharing client
The decentralized, completely anonymous, lightweight, peer-to-peer network communication protocol.
Protocol tester for IEC60870-5-104 protocol
CommsDSL schema-based definition of UBLOX protocol
Updated
Aug 26, 2020
CMake
Regulated DSDL definitions for UAVCAN (standard and third-party)
Updated
Aug 25, 2020
Python
CANopen stack for embedded devices
Updated
Mar 4, 2018
Scala
Modbus master library for LabVIEW
Updated
Jul 30, 2019
LabVIEW
Abstraction layer for painlessly building object oriented distributed systems that just work
Low-level Julia bindings for the LCM communications library
Updated
Feb 8, 2020
Julia
FloripaSat Communication Protocol
DSL schemas parser and code generator for CommsChampion Ecosystem
Luos dependency to manage communication bus
Improve this page
Add a description, image, and links to the
communication-protocol
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
communication-protocol
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Right now, Message/Request/Response is only implemented if there exists some Type ID. This is correct behavior for standard definitions. For other definitions, type ID can be resolved dynamically and needs to be implemented even though there's no statically defined type ID.
Some check based on if the definition is inside the uavcan namespace or not needs to be implemented.