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@raspberrypi ~ $ *sudo apt-get update*
pi@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 <[email protected]>:

> 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  -  [email protected]
> http://lists.ximian.com/mailman/listinfo/mono-list
>
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to