Registry / networking / hypebeast-go-osc

hypebeast-go-osc

JSON →
library0.0.0-20220308234300-cec5a8a1e5f5gogounverified

A Go library for sending and receiving Open Sound Control (OSC) messages.

go get github.com/hypebeast/go-osc
INSTALL
IMPORT
SIG · HYPEBEAST-GO-OSC
H
hypebeast-go-osc
networkinggov0.0.0-20220308234300-cec5a8a1e5f5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

osc
github.com/hypebeast/go-osc

Sends an OSC message to localhost:8765

package main import "github.com/hypebeast/go-osc/osc" func main() { client := osc.NewClient("localhost", 8765) msg := osc.NewMessage("/test") client.Send(msg) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220308234300-cec5a8a1e5f5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hypebeast-go-osc — go get hypebeast-go-osc · libregistry