Skip to content

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

License

Notifications You must be signed in to change notification settings

Figure53/F53OSC

Folders and files

NameName
Last commit message
Last commit date
Jul 27, 2022
Feb 10, 2022
Feb 17, 2024
Mar 26, 2020
Feb 17, 2024
Mar 26, 2020
Aug 30, 2022
Aug 30, 2022
Mar 30, 2020
Jul 27, 2022

Repository files navigation

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.
  • F53OSC requires Xcode 13.2.1 or later and a minimum deployment target of macOS 11, iOS 14, or tvOS 14.

You can also use CocoaPods to include F53OSC into your project:

pod 'F53OSC', :git => 'https://github.com/Figure53/F53OSC.git'

Demo

Included 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.