0.0
No commit activity in last 3 years
No release in over 3 years
Little Children is a simple OSC server for testing receiving OSC message. You can configure a port number and add some address (methods).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Little Children

Little Children is a simple OSC server for testing receiving OSC message. You can configure a port number and add some address (methods).

Installation

Add this line to your application's Gemfile:

gem 'little-children'

And then execute:

$ bundle

Or install it yourself as:

$ gem install little-children

Usage

require "little-children"

osc_server = LittleChildren::OSCServer.new(12345)
osc_server.add_method("/greeting")
osc_server.start

Little Children also provides CLI

$ /little-children-run-server 12345 /greeting /hello /hey

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/5t111111/little-children.

License

MIT