Speedify SDK for Desktop/Embedded  15.0.1
Speedify SDK for MacOS

Files

  • bin/
    • speedify - main daemon
    • libbondingsdk.dylib - SDK Library for communicating with the daemon
  • include/
    • speedifysdk/ - header files for the Speedify SDK library
  • docs/ - SDK documentation
  • resources/
    • cacert.pem - CA certificate for the SDK

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 of the resources folder> -d <log data path>'.