Speedify SDK for Desktop  14.7.0
Speedify SDK for MacOS

Files

  • bin/
    • speedify - main daemon
    • libbondingsdk.dylib - SDK Library for communicating with the daemon
  • include/ - header files for the SDK library
  • docs/ - SDK documentation

Building

  • Link with libbondingsdk.dylib and put include/ in your include path.

Distributing

  • Include the contents of the bin folder in your installation path.
    • If you are creating an app that controls a standard Speedify install, you only need libbondingsdk.dylib
  • Notarize your binaries as well as libbondingsdk.dylib

Running

  • Pass in arguments to the daemon of '-p <port number> -r <installation path> -d <log data path>'.