An open API service indexing awesome lists of open source software.

https://github.com/lpil/osc

Because I want to learn about OSC and handling binaries in Elixir.
https://github.com/lpil/osc

Last synced: about 1 year ago
JSON representation

Because I want to learn about OSC and handling binaries in Elixir.

Awesome Lists containing this project

README

          

OSC
===

[![Build Status](https://travis-ci.org/lpil/osc.svg?branch=master)](https://travis-ci.org/lpil/osc)

Open Sound Control for Elixir

## Notes

[Specification][spec] - ([source][source])

[spec]: https://github.com/lpil/osc/blob/master/docs/osc_spec_1_0.md
[source]: http://opensoundcontrol.org/spec-1_0

## References

mururu/msgpack-elixir ->
[packer](https://github.com/mururu/msgpack-elixir/blob/master/lib/message_pack/packer.ex)