simple-OSC (community library)
Summary
Name | Value |
---|---|
Name | simple-OSC |
Version | 0.0.3 |
Installs | 7936 |
License | MIT |
Author | AntoineM* ameisso@gmail.com |
URL | https://github.com/ameisso/simple-osc |
Repository | https://github.com/ameisso/simple-osc.git |
Download | .tar.gz |
All Versions | 0.0.3, 0.0.2 |
simple osc (open sound control) to send and receive OSC messages to photons.
Example Build Testing
Device OS Version:
This table is generated from an automated build. Success only indicates that the code compiled successfully.
Library Read Me
This content is provided by the library maintainer and has not been validated or approved.
simple OSC
Simple library for sending and receiving OSC messages from Photon.
What it does
- send floats
- send ints
- send string
- receive floats
- receive ints
What it doesn't
- receive string
- receive blobs
- manage other OSC messages (booleans, timetags, bundles...)
#BEWARE
- If you try to send something different than floats and ints to the Photon, it will not work (you shouldn't be able to retrieve the datas.
- The following code isn't tested on particle1, any feedbacks are welcome.
- Another port of the osc library exist.
Browse Library Files