Basic IPC comms
Genesis Foundation UI Comms
TypeScript CLI for Comms
A TypeScript wrapper for the Comms REST API.
Angular 6+ library for accessing the Xbim Flex Comms API
The package createed by TUMO's Communications and PR's web team for custom linting rules. [Comms-Core](https://www.npmjs.com/package/@comms-core/linting)
comms
MCP server and importable AI tools for the Doist Comms API
Cross component comms using a pub/sub pattern
Helper to use ANT Comms in Vue 3
this package is for automation comms
Self-hosted CLI framework for scheduled, self-learning AI agents with persistent memory and bidirectional comms.
A library for accessing the Xbim Flex Comms API using window.fetch
forge0x2B — Forge the message from the code. Marketing & comms dashboard for code intelligence.
hpcc-platform-comms - HPCC Platform Comms Library
Cross-harness communication mesh for LLM agents — rooms, DMs, presence, and real-time push delivery over TCP
A2A messaging (AnimaInbox) + ERC-8183 marketplace plugin for anima
TypeScript definitions for comms module
hpcc-js - Communications
VentureKit communications - email, push, SMS, chat, broadcast messaging
Livekit transport for comms v3
## Getting Started
Bidirectional comms for Jupyter and JavaScript.
Odyssey Spatial Audio & Video SDK using MediaSoup for real-time communication
Experimental library for communicating with groups of Tokio server clients.
MCP server for agentic-comm: agent communication over JSON-RPC
Memory forensics and analysis tool for querying Linux kernel memory dumps using SQL
Async Rust SLMP client based on the plc-comm-slmp-dotnet implementation
Communication integrations for Plexus RPC - email, SMS, messaging platforms
A Modality reflector plugin suite and ingest adapter library for Percepio's TraceRecorder data
Commutator operations for non-commutative algebras
CESS Storage Proofs - Proofs of replication
Async Rust Host Link client based on plc-comm-hostlink-dotnet
C-compatible FFI bindings for agentic-comm
A peer-to-peer chat application with group chat functionality
Pahappa Comms platform Rust SDK
Communication centralised around construction data
Communication helper gem for talking to Device Database
Pahappa Comms platform SDK.
Ingress COMM API caller.
Just starting this
Set-like wrapper around GNU comm and related textfile utilities. A common use case is to identify differences between exported datasets where the datasets may exceed 100K rows and each row may exceed 4K characters.
Provides a reliable Object Request Broker and a simple framework for ruby-based services. Jerbil servers run on each machine in the system and share information on registering services. This ensures no single point of failure - machines can come and go (orderly or disorderly) and the network extends or heals as they do. For services there is a parent class that hides all of the jerbil server interactions so that new services can be written without having to write any distributing code. Clients can also be written using an interface that can find one or more services on the network and connect to each or the first. Finally, there are scripts to start and stop the Jerbil server and any Services so that the whole thing can be quickly installed and integrated with your system.
Simplified PPP for serial comms between ruby host and microcontroller -- framed packets, library
Simple Client and Server app to setup and control remote machines. Uses TCP sockets for comm and Sqlite3 for logging. Currently for intranet use due to minimum security features.
Commsworld House Style: A centralised store of house style rules.
This tool is completely unsupported, and probably isn't useful to you.
= id3lib-ruby id3lib-ruby provides a Ruby interface to the id3lib C++ library for easily editing ID3 tags (v1 and v2) of MP3 audio files. The class documentation starts at ID3Lib::Tag. == Features * Read and write ID3v1 and ID3v2 tags * Simple interface for adding, changing and removing frames * Quick access to common text frames like title and performer * Custom data frames like attached picture (APIC) * Pretty complete coverage of id3lib's features * UTF-16 support (warning: id3lib writes broken UTF-16 frames) * Windows binary gem available The CHANGES file contains a list of changes between versions. == Installation See INSTALL. == Online Information The home of id3lib-ruby is http://id3lib-ruby.rubyforge.org == Usage require 'rubygems' require 'id3lib' # Load a tag from a file tag = ID3Lib::Tag.new('talk.mp3') # Get and set text frames with convenience methods tag.title #=> "Talk" tag.album = 'X&Y' tag.track = '5/13' # Tag is a subclass of Array and each frame is a Hash tag[0] #=> { :id => :TPE1, :textenc => 0, :text => "Coldplay" } # Get the number of frames tag.length #=> 7 # Remove all comment frames tag.delete_if{ |frame| frame[:id] == :COMM } # Get info about APIC frame to see which fields are allowed ID3Lib::Info.frame(:APIC) #=> [ 2, :APIC, "Attached picture", #=> [:textenc, :mimetype, :picturetype, :description, :data] ] # Add an attached picture frame cover = { :id => :APIC, :mimetype => 'image/jpeg', :picturetype => 3, :description => 'A pretty picture', :textenc => 0, :data => File.read('cover.jpg') } tag << cover # Last but not least, apply changes tag.update! == Licence This library has Ruby's licence: http://www.ruby-lang.org/en/LICENSE.txt == Author Robin Stocker <robinstocker at rubyforge.org>
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.