Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5t111111/little-children
https://github.com/5t111111/little-children
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/5t111111/little-children
- Owner: 5t111111
- Created: 2015-08-11T02:13:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-11T05:03:19.000Z (over 9 years ago)
- Last Synced: 2024-10-18T15:53:25.761Z (28 days ago)
- Language: Ruby
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this 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:
```ruby
gem 'little-children'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install little-children
## Usage
```ruby
require "little-children"osc_server = LittleChildren::OSCServer.new(12345)
osc_server.add_method("/greeting")
osc_server.start
```Little Children also provides CLI
```text
$ /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