Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 700 Bytes

File metadata and controls

15 lines (8 loc) · 700 Bytes

Synapse API 2.1.0

The Synapse Protocol defines a standard interface for interacting with a wide range of possible neural interface devices.

Synapse uses gRPC for its control plane API and Taps for streaming data. Read the full Synapse protocol docs here.

Python Installation

You can install the official Synapse Python client library using:

pip install science-synapse

Other Installation

You can use these protobufs in any language supported by gRPC, but we highly encourage you to use one of our existing clients in Python, C++, or TS/Node because they wrap it and add additional utilities.