/F53OSC

A nice little Objective-C library for sending, receiving, and parsing OSC messages.

Primary LanguageObjective-CMIT LicenseMIT

F53OSC

Hey neat, it's a nice open source OSC library for Objective-C.

From your friends at Figure 53.

For convenience, we've included a few public domain source files from CocoaAsyncSocket. But appropriate thanks, kudos, and curiosity about that code should be directed to the source.

Usage Notes

  • F53OSC must be compiled with ARC
  • You must link against Security.framework and CFNetwork.framework

Demo

Inluded is a small demo app "F53OSC Monitor", which logs OSC messages sent to it via port 9999 and displays some basic stats about incoming traffic.