New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

gzDistribution

Package Overview
Dependencies
Maintainers
1
Versions
412
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gzDistribution

This is the native C++ API for distributed objects and events in GizmoSDK

nugetNuGet
Version
2.12.314.1
Version published
Maintainers
1
Created
Source

Introduction

What is GizmoDistribution?

GizmoDistribution is a software development kit used for creating distributed software systems in C++. It makes it possible to distribute data between threads, processes, workstations and networks to enable applications and systems to share data in real-time.

GizmoDistribution implements a data-centric publish/subscribe design pattern that decouples publishers from subscribers. It distributes events and objects states rather than providing a general purpose remote procedure call (RPC) based mechanism.

GizmoDistribution is one of the components of the GizmoSDK. GizmoSDK is a cross-platform software development kit for C++ based applications.

About this release

This is a beta release of GizmoDistribution. It has been verified on Win32, Linux and MacOS X.

Known problems and limitations

  • It is not possible to run more than one process on MacOS X hosts when using UDP broadcast transport.

  • It is not possible to bind to the localhost interface (127.0.0.1) when using the UDP multicast or UDP broadcast transports on Linux and MacOS X.

  • Linux and MacOS X has limits on the size of socket buffers. Therefore the default size of the transports are also set lower for these platforms (64 kByte).

Keywords

Native

FAQs

Package last updated on 17 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts