Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

brokersystem

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brokersystem

A Python module for communicating with brokersystem

  • 0.2.5
  • PyPI
  • Socket score

Maintainers
1

Broker System

Python module for connecting to a broker server as an agent. The broker server must have the following REST interfaces.

  • /api/v1/agent/msgbox

    Message box for receiving requests from clients. Messages must be returned as a list.

  • /api/v1/agent/report

    An interface to return results to the client, receiving results as JSON and interpreting the results with keys starting with @ as properties.

  • /api/v1/agent/config

    Interface for receiving agent settings.

  • /upload

    Interface for uploading a file.

Version history

  • 0.2.0 Add file transfer functionality. Still $\alpha$ version.
  • 0.1.0 $\alpha$ version

FAQs


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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc