Messaging and Real-time Communication SDKs for Linux

Mesibo on Linux is available as a shared library(.so) which allows you to use it from any application OR languages of your choice like C, C++, Python, PHP, Matlab, Octave etc.

OS requirements

mesibo Linux API are tested on the following platforms.

  • RedHat 8.x / Rocky Linux 8.5 / CentOS 7.x and 8.x / Oracle Linux 8
  • Ubuntu 22.04 and 20.04 (should work on Debian and mint too)

mesibo APIs should work on other Linux platform too as it has minimum system dependencies. However, send us an email if your platform is not supported.

Install using the convenience script

Mesibo provides a convenience script for installing Mesibo on all the supported platforms.

$ curl -fsSL https://raw.githubusercontent.com/mesibo/libmesibo/master/install.sh | sudo bash -

Please note the following points:

  • The script installs mesibo.h to /usr/include and the 64-bit shared library libmesibo.so to /usr/lib
  • The script require root or sudo privileges to run. Therefore, you should carefully examine and audit the scripts before running them.
  • The scripts attempt to detect your Linux distribution and version and configure your package management system for you.
  • Convenience script overwrites existing mesibo version with the latest version without any confirmation.