https://github.com/bakercp/ofxoscserial
A serial to OSC addon for openFrameworks.
https://github.com/bakercp/ofxoscserial
Last synced: about 1 year ago
JSON representation
A serial to OSC addon for openFrameworks.
- Host: GitHub
- URL: https://github.com/bakercp/ofxoscserial
- Owner: bakercp
- License: mit
- Created: 2019-04-06T22:04:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T17:54:39.000Z (almost 6 years ago)
- Last Synced: 2025-02-28T11:35:30.009Z (over 1 year ago)
- Language: C++
- Size: 36.1 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
ofxOscSerial
=========
Description
-----------
An openFrameworks addon that allows communication with Arduino-compatible boards via OSC over SLIP.
Features
--------
- Compatible with [CNMAT/OSC](https://github.com/CNMAT/OSC).
Required Addons
---------------
- ofxOsc (included in openFrameworks)
- ofxPoco (included in openFrameworks)
- [ofxIO](https://github.com/bakercp/ofxIO)
- [ofxSerial](https://github.com/bakercp/ofxSerial)
Getting Started
---------------
To get started, generate the example project files using the openFrameworks [Project Generator](http://openframeworks.cc/learning/01_basics/how_to_add_addon_to_project/).
Documentation
-------------
API documentation can be found here.
Build Status
------------
Linux, macOS [](https://travis-ci.org/bakercp/ofxOscSerial)
Visual Studio, MSYS [](https://ci.appveyor.com/project/bakercp/ofxoscserial/branch/master)
Compatibility
-------------
The `stable` branch of this repository is meant to be compatible with the openFrameworks [stable branch](https://github.com/openframeworks/openFrameworks/tree/stable), which corresponds to the latest official openFrameworks release.
The `master` branch of this repository is meant to be compatible with the openFrameworks [master branch](https://github.com/openframeworks/openFrameworks/tree/master).
Some past openFrameworks releases are supported via tagged versions, but only `stable` and `master` branches are actively supported.
Versioning
----------
This project uses Semantic Versioning, although strict adherence will only come into effect at version 1.0.0.
Licensing
---------
See [LICENSE.md](LICENSE.md).
Contributing
------------
Check out the [Help Wanted](https://github.com/bakercp/ofxSerial/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) tag in the issues section for specific ideas or propose your own new ideas.
Pull Requests are always welcome, so if you make any improvements please feel free to float them back upstream :)
1. Fork this repository.
2. Create your feature branch (`git checkout -b my-new-feature`).
3. Commit your changes (`git commit -am 'Add some feature'`).
4. Push to the branch (`git push origin my-new-feature`).
5. Create new Pull Request.