Go to advanced search

by x4m
Thu Jun 07, 2012 5:35 am
Forum: Other programming languages
Topic: Mono (C#) anyone?
Replies: 64
Views: 46007

Re: Mono (C#) anyone?

Expored this article http://elinux.org/Rpi_Low-level_peripherals , watched a bit through C example and... well, I think it'd be better to port that tricks with memory mapped files on C#. First thing I'm going to do is to control stepping motors via gpio. I think it's wrong to open and close file eve...
by x4m
Wed Jun 06, 2012 5:01 pm
Forum: Other programming languages
Topic: Mono (C#) anyone?
Replies: 64
Views: 46007

Re: Mono (C#) anyone?

GPIO Hello! I have just refactored a bit to common C# style your code. I'd be happy if could take a look at it. https://dl.dropbox.com/u/7610280/GPIO.cs If you suppose it is right direction for your code to evolve, I think next step would be cache opened files to reduce CPU usage for GPIO bit manip...
by melikescheese
Wed Jun 06, 2012 11:22 am
Forum: Other programming languages
Topic: MonoDevelop C# on RPI (or Visual Studio for Linux)
Replies: 30
Views: 50553

MonoDevelop C# on RPI (or Visual Studio for Linux)

After reading a previous post about mono on arch I set out to achieve the same on my debian rpi, so here's a step by step guide to installing mono and monodevelop (The linux answer to Visual Studio) on debian. ;) EDIT: MonoDevelop is reaaaaalllllyyyy ...
by melikescheese
Wed Jun 06, 2012 9:51 am
Forum: Other programming languages
Topic: Mono (C#) anyone?
Replies: 64
Views: 46007

Re: Mono (C#) anyone?

... to do C# + What extra packages would I need to install on debian to use C# + How would I compile and run the applications + Is there an IDE for mono?
by robsoft
Wed Jun 06, 2012 8:02 am
Forum: General discussion
Topic: Using Pi to run a shop window slideshow
Replies: 12
Views: 20555

Re: Using Pi to run a shop window slideshow

I did something like this, firstly using Python, Qt and Mono on Acer Revo Aspire One machines running Ubuntu, and indeed this is something I want to do on the Pi too. I had a small Mono (C#) program that would connect to a file server on the network ...
by godFather89
Tue Jun 05, 2012 6:54 am
Forum: Other programming languages
Topic: Mono (C#) anyone?
Replies: 64
Views: 46007

Re: Mono (C#) anyone?

Just a note: FileGPIO should be implemented as static class or a singleton because there is no need to make multiple instances to read/write from/to a I/O pin.
by akilhoffer
Tue Jun 05, 2012 3:51 am
Forum: Other programming languages
Topic: Mono (C#) anyone?
Replies: 64
Views: 46007

Re: Mono (C#) anyone?

I think that's a very fair question. The .Net MF runs on ARM processors already. Why can't it run on the Pi? I see no reason offhand why not.
by akilhoffer
Tue Jun 05, 2012 3:50 am
Forum: Other programming languages
Topic: Mono (C#) anyone?
Replies: 64
Views: 46007

Re: Mono (C#) anyone?

Great job! You should start a project on GitHub, CodePlex, or Google code for this C# port. I'm sure a lot of people will find it useful.
by kigosa
Mon Jun 04, 2012 3:20 pm
Forum: Media centres
Topic: Learning by Programming a Game together
Replies: 6
Views: 2825

Re: Learning by Programming a Game together

sofar i have more or less no experience with C. Is there a version of Mono running on the raspi? are there any reasons to take plain c, or cython, or mono. So many suggestions, but no arguments. QT, wich would be my first choice comes along with C as well. ...
by jacksonliam
Sun Jun 03, 2012 10:53 am
Forum: Advanced users
Topic: MPEG-2 Decoding
Replies: 230
Views: 87191

Re: MPEG-2 Decoding

... kb/s, 25 tbr, 90k tbn, 50 tbc Stream #0.1[0x40](eng): Audio: mp2, 48000 Hz, stereo, s16, 256 kb/s Stream #0.2[0x41](eng): Audio: mp2, 48000 Hz, mono, s16, 64 kb/s Stream #0.3[0x50](eng): Subtitle: dvbsub 123 frames rendered in 2.0312 seconds -> FPS=60.5565 51 frames rendered in 2.0146 seconds ...
by CartBlanche
Sat Jun 02, 2012 9:20 am
Forum: Other projects
Topic: MonoGame on Raspberry Pi...
Replies: 43
Views: 12417

Re: MonoGame on Raspberry Pi...

Sorry for not getting back to you Pepe.
I've seen some other threads that talk about getting Mono running on the Pi, so think getting MonoGame running on there, won't be too big a job as MonoGame already has some OpenGL ES 2.0 bindings though OpenTK. So if OpenTK builds on Pi, so should MonoGame.
by CartBlanche
Sat Jun 02, 2012 9:17 am
Forum: Media centres
Topic: Learning by Programming a Game together
Replies: 6
Views: 2825

Re: Learning by Programming a Game together

Would getting Mono running on the device, then using MonoGame ( an XNA OSS port ) be useful?


D.
by britguy
Fri Jun 01, 2012 9:40 pm
Forum: Automation, sensing and robotics
Topic: GPIO on Mono / C#
Replies: 2
Views: 18903

GPIO on Mono / C#

Just wanted to put a link to a post, for anyone using Mono / C#, I have converted the Python file based GPIO library into C#. You can find the code here: http://www.raspberrypi.org/phpBB3/viewt ... 063#p88063
by andyl
Fri Jun 01, 2012 4:37 pm
Forum: Other programming languages
Topic: ASP.NET and MVC3 on the Pi
Replies: 5
Views: 14182

Re: ASP.NET and MVC3 on the Pi

Great stuff, I look forward to trying it out myself. I've been looking at Mono projects but to have the ability to host and run web apps is very appealing Sure but asp.net isn't the only game (or even the leader) in the web app game. Linux is the L in LAMP. ...
by mjjames
Fri Jun 01, 2012 12:52 pm
Forum: Other programming languages
Topic: ASP.NET and MVC3 on the Pi
Replies: 5
Views: 14182

Re: ASP.NET and MVC3 on the Pi

Great stuff, I look forward to trying it out myself. I've been looking at Mono projects but to have the ability to host and run web apps is very appealing
by vaticanuk
Fri Jun 01, 2012 10:00 am
Forum: Other programming languages
Topic: ASP.NET and MVC3 on the Pi
Replies: 5
Views: 14182

ASP.NET and MVC3 on the Pi

Hello all I've just written a quick tutorial on how to get ASP.NET running on the Pi using Mono and Nginx, and another to get MVC3 running. Thought i'd post it here in case anyone is interested! http://blog.simbiosys.co.uk/asp.net-on-the-raspberrypi http://blog.simbiosys.co.uk/asp.net-mvc3-on-the-raspberrypi
by EdwinJ85
Fri Jun 01, 2012 9:37 am
Forum: General programming discussion
Topic: Java or Mono for basic GUI rPi apps?
Replies: 23
Views: 11849

Re: Java or Mono for basic GUI rPi apps?

I'd say Java as a language isn't so bad (from my limited hello world console/swing app experience) on it's own other than it lacks LINQ and methods are camelCase rather than UpperCase, but environment wise .NET piddles on it. Microsoft has their failures (IE anybody?) but Visual Studio is not one of...
by Jim Manley
Fri Jun 01, 2012 12:54 am
Forum: General discussion
Topic: 3D
Replies: 30
Views: 9671

Re: 3D

... also need to be optimized, but, it's undetermined if the Panda3D engine will even fit in the Pi RAM, much less support rendering anything beyond a mono-color triangle. The problem is that the GPU probably needs max RAM, and the Debian OS alone eats about 80 MB in the stock configuration (that's ...
by Burngate
Thu May 31, 2012 12:08 pm
Forum: Troubleshooting
Topic: Composite video in b/w
Replies: 4
Views: 2531

Re: Composite video in b/w

Is the TV PAL only? Some would show NTSC in mono only. There's a setting in config.txt for PAL - somewhere!
by britguy
Thu May 31, 2012 4:24 am
Forum: Other programming languages
Topic: Mono (C#) anyone?
Replies: 64
Views: 46007

Re: Mono (C#) anyone?

... Studio 2010 on my PC, and simply copied the resultant EXE to the Pi (as suggested by other posters... thanks!), and ran it with the command 'mono filegpio.exe'. I've tried flashing an LED about 50 times a second and the code seems to handle it, not sure how the switching will go because its ...
by chuckk
Wed May 30, 2012 10:06 pm
Forum: Other programming languages
Topic: Publishing C# Through Visual Studio 2008
Replies: 1
Views: 2706

Re: Publishing C# Through Visual Studio 2008

Are you talking about getting your app from Visual Studio onto the Pi? If so, you ought to go over to the forum thread on Mono (C#). There are a number of prerequisites to getting that code to run on a Pi. If you're just getting into programming and want to do it on a Pi, then C# isn't ...
by pgix
Wed May 30, 2012 11:16 am
Forum: Other programming languages
Topic: Mono (C#) anyone?
Replies: 64
Views: 46007

Re: Mono (C#) anyone?

Hi, This may be a daft question, but can you actually run .net MF on the Pi as an alternative to Mono? I just wondered if doing this would give better correlation between how the assembly runs in hardware and how it runs in the VS built-in emulator. Cheers, Adam [edit: ...
by Twinkletoes
Wed May 30, 2012 9:54 am
Forum: Advanced users
Topic: repeating video desplay
Replies: 9
Views: 4130

Re: repeating video desplay

... others should with some tweaks to use OpenMax. I've successfully run OpenSplash on Windows, Ubuntu, Fedora, iOS and Android. It's C#, running on Mono where required. Mono runs fine on rPi in my experience over the last couple of weeks. Bryan
by jools
Wed May 30, 2012 2:39 am
Forum: Other programming languages
Topic: Mono (C#) anyone?
Replies: 64
Views: 46007

Re: Mono (C#) anyone?

And indeed you can do this: because I've just been experimenting. It impresses me just how portable these .exe and .dll files are, particularly when rendering forms. In fact I'm impressed with the whole ARM thing (except compile times which are pants of course.) One needs to be a bit careful about w...
by jools
Tue May 29, 2012 8:15 pm
Forum: General discussion
Topic: Mono and .net forum please
Replies: 5
Views: 1253

Re: Mono and .net forum please

... an interest in C# or VB to be permanently consigned to 'Other Languages' whereas C/C++ and Python have their own forum. There are 240 citations of Mono in these forums and I can't search for C# or VB because you can't search on two letters here. Providing subforums doesn't make it unwieldy, it ...

Go to advanced search