Monkey HTTP Server v1.5

Raspberry Pi

Monkey is fully supported on the Raspberry Pi board. If you want to use Monkey in your Raspberry Pi device, you can build it from sources as described in the Getting Started section or use our binary Debian packages that can be obtained from our special APT repository for Raspbian.

Installing using APT

In your /etc/apt/sources.list configuration file append the following at the end:

deb http://packages.monkey-project.com/primates_pi primates_pi main

Then update your cache references:

$ sudo apt-get update

Now you will be able to install Monkey on your board:

$ sudo apt-get install monkey

After that last step, Monkey will be already running , you can do a simple test with curl to test connectivity:

curl -i http://raspberry_ip:2001/

Using Secure Socket Layers (SSL/TLS)

Monkey supports SSL through the mbedTLS library. In order to install the SSL plugin and it dependencies please refer to the SSL & TLS / HTTPS section.