256dpi / esp-osc

OSC component for esp-idf projects based on the tinyosc library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp-osc

Test Release

OSC component for esp-idf projects based on the tinyosc library

This component bundles the tinyosc library and provides a simple API for sending OSC messages.

Installation

You can install the component by adding it as a git submodule:

git submodule add https://github.com/256dpi/esp-osc.git components/esp-osc
git submodule update --init --recursive

Example

An example can be found here: https://github.com/256dpi/esp-osc/blob/master/test/main/main.c.

About

OSC component for esp-idf projects based on the tinyosc library

License:MIT License


Languages

Language:C 93.0%Language:Makefile 6.0%Language:CMake 1.0%