Skip to content

sciencecorp/synapse-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synapse API 1.1

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 UDP 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.

About

Synapse protocol buffer definitions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages