日本語

SINETStream User Guide

What is SINETStream

SINETStream is a wrapper library that provides functions to unify the following operations for various messaging systems such as Apache Kafka and MQTT Broker.

  1. Connect to a Broker
  2. Disconnect from a broker
  3. Send messages to a broker
  4. Receive messages from a broker

The backend is extensible as plugins to support other messaging systems.

SINETStream provides three API versions, i.e., Python API, Java API and Android API (MQTT only).

Contents

Definition of technical terms

Word Meaning
Reader The program that receives the message
Writer The program that sends the message
Broker The program that relays messages from Writer to Reader
Topic A logical channel for sending and receiving messages