|
|
|
|
|
by j1elo
209 days ago
|
|
> Most other open source SIP stacks available [...] are only usable from a specific programming language Is that not the case for this library? It's written in C++, and didn't find any mention whatsoever about usage from other languages being an expected use case in the README. C++ can be used via FFI from other languages, but it's my understanding that it is difficult and error prone, unlike C which seems the perfect fit for multi-language libraries. |
|