libcurl

Tag(s):
libcurl

libcurl is an open-source multi-protocol file transfer library that we use in UBX. It is written in C, but has numerous bindings that make it available to other languages. The chief benefit of using libcurl for us is that the code is highly portable, which means we can rely on re-using our code across many platforms. Furthermore, libcurl is efficient, robust and has a very helpful, well-informed online community.