Messaging and Real-time Communication SDK for Raspberry Pi

Instantly add real-time communication on your embedded devices by using mesibo. You can control and communicate with your Raspberry Pi based devices from mobile apps, web, Linux, using the same API.

Mesibo on Raspberry Pi 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, etc. You can also use mesibo Python APIs for Raspberry Pi.

Raspberry Pi 3 users will require 64-bit OS to use mesibo

Install Mesibo using the convenience script

Mesibo provides a convenience script for installing Mesibo on your Raspberry Pi.

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

<output truncated>

Please note the following:

  • The scripts require root or sudo privileges to run. Therefore, you should carefully examine and audit the scripts before running them.

  • Convenience script overwrites existing mesibo version with the latest version without any confirmation.

That’s All!

You can now begin tinkering with Mesibo on Raspberry Pi !