Project Description
This is another example project of the Abetoo IoT Framework. In this case is a Chat application between an Android App and a Raspberry Pi board. The Raspberry Pi application is based on Monodevelop C# IDE, you can download the full source code below.
Before you can run any MonoDevelop application you have to install the MonoDevelop enviroment package.
Open a console window, and type “sudo apt-get install mono-complete” in order to install the MonoDevelop dependencies and libraries needed,
Once you have installed the mono-complete package you can run almost any MonoDevelop application, simply copy the full content of the binaries folder of your MonoDevelop project to any folder within your raspberry pi board and launch the executable. You can also launch the application from the console, just call the executable with the mono binary.
sudo mono pcChatApp.exe
If you are interested in this project you can download the full source code,
Don’t forget to check it out others sample projects at http://abetoo.com