wernerd / ZRTPCPP

C++ Implementation of ZRTP protocol - GNU ZRTP C++
Other
116 stars 50 forks source link

Don't know how to use libzrtpcppcore #36

Closed kamyarghajar closed 4 years ago

kamyarghajar commented 7 years ago

I don't know exactly how should I use the built libzrtpcppcore.4.6.5.dylib after I build it? To be exact how the core lib can be used if I already have the connection and I just want zrtp for mitm detection/aoidance handshakes over a pre-made socket using the built libzrtpcppcore.4.6.5.dylib.

kamyarghajar commented 7 years ago

I need to use the zrtp only without srtp...will the "libzrtpcppcore" work for this purpose?... Is there an API doc for libzrtpcppcore.4.6.5 or so?... I'm a little confused now how should I use this lib?

kamyarghajar commented 7 years ago

At least tell me which header files are needed to expose the .dylib compiled contents that makes it usable in an xcode c++ project.