Skip to content

ConnorsApps/snapcast-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Snapcast JSON RPC API

An implementation of the Snapcast JSON RPC API. The Snapcast project is a multi-room audio player that allows synchronized playback across multiple devices.

For more information on the Snapcast JSON RPC API, refer to the Snapcast JSON RPC documentation.

Project Layout

  • snapcast/

    Types for api

  • snapclient/

    Full client implementation using gorilla/websocket

Usage

See the example client for getting started.