[Mono-list] Raspberry for the C# program

Agustin Gimenez geniwab at gmail.com
Thu Nov 20 11:46:29 UTC 2014


Hi Jagroop.

There are many solutions, I'm on the process of creating a framework to
manipulate the Raspberry hardware from C#, you can find it at
https://github.com/gusmanb/RaspiSharp

It's the starting point and i'm evolving it a lot, so expect breaking
changes in near future.

To install mono on the Rpi just execute this:

pi at raspberrypi ~ $ *sudo apt-get update*
pi at raspberrypi ~ $ *sudo apt-get install mono-complete*

It will install the 3.2.8 version which includes hardware floating point
functions and works really well.

After that you have a fully functional mono installation, to run any .net
program execute sudo mono (yourexename)

Cheers.

2014-11-20 12:26 GMT+01:00 jagroop77 <jagroop at promatics.co.in>:

> Dear Friends,
>
> We have a application where we have to capture some data from the field and
> process.
> So, we decided to use Raspberry which is on Linux.
> For processing we want to use C# program.I came to know that with MONO the
> C# program can run on Linux OS.
>
> Is it a good idea or do you suggest some new solution.
>
> cheers
>
> Jagroop
>
>
>
> --
> View this message in context:
> http://mono.1490590.n4.nabble.com/Raspberry-for-the-C-program-tp4664730.html
> Sent from the Mono - General mailing list archive at Nabble.com.
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20141120/993beafb/attachment.html>


More information about the Mono-list mailing list