RFSniffer, 433MHz receiver RPI and MQTT

@ramy_rutu please have a look at your post, i think there is something wrong with your markdown (definition of how the post should look like).

Mostly the bad format comes from copy code and then add the fences by pressing the button. Always first set the code fence and then copy the code into it.

  1. Can you download and the standart 433Utils/RPi_utils and compile with make?
  2. Can your run ./send xxx or ./RFSniffer ?
  3. Then copy the RFmqtt.cpp to the folder RPi_utils and add the additional line to the makefile.
  4. install the libraries sudo apt-get install libmosquitto-dev
  5. execute make

Please comment each of these steps and what result you get.