Microsoft Open Sources .NET Micro Framework
320
Posted
by
timothy
from the what's-your-angle-college-boy dept.
from the what's-your-angle-college-boy dept.
An anonymous reader writes "Back in July, Microsoft announced it was making .NET available under its Community Promise, which in theory allowed free software developers to use the technology without fear of patent lawsuits. Not surprisingly, many free software geeks were unconvinced by the promise (after all, what's a promise compared to an actual open licence?), but now Microsoft has taken things to the next level by releasing the .NET Micro Framework under the Apache 2.0 licence. Yes, you read that correctly: a sizeable chunk of .NET is about to go open source."
My first question would be... (Score:5, Interesting)
Just what is Microsoft's angle? Surely they are gaining some advantage here.
There is a problem (Score:4, Interesting)
I was initially impressed by the MS 'open' pledges, until I talked to several coder friends. Their take, paraphrased, was that it was window dressing with a lot of traps. Basically, they 'opened' the wrapper, just like they did with their Office formats.
The problem, as it was explained to me, is that if you want to do anything useful, you have to call a bunch of things that are not opened, will not be opened, and MS can still sue your *ss off for using. One person asked how useful it is to 'open' the hypothetical call, Play_video_with_MS_proprietary_closed_codec? I mean, you can copy the functionality, but your software is only cross-platform to the extent that MS proprietary and closed codecs and other things are 'open'.
This is nothing more than a stealth PR attempt, they will use it to say, "We opened everything up, and see, Linux still sux0rz because it can't play movies, sound, DRM, or anything else useful. We opened everything up, but the Linux model is broken, and their lazy codes won't do the right thing. If you want real XYZ, you need Windows".
It is nothing more than opening the most useless bits, and using it as a PR hammer. Yay progress?
-Charlie
Not your father's MS (Score:1, Interesting)
Re:There is a problem (Score:4, Interesting)
``This is nothing more than a stealth PR attempt, they will use it to say, "We opened everything up, and see ..."''
Or maybe it's just fear of more lawsuits from the EU.
However, the result is that .NET Micro Framework is now open source. That's a Good Thing.
Re:My first question would be... (Score:5, Interesting)
Not only that, maybe MS believes that they can use this route to make better software too. If the OSS community can respond and show MS how much there is to benefit from opening one of their projects, maybe they'll be more responsive with other projects too.
The OSS community should see this as an opportunity to give something back to MS for good reason. They would be less likely to stab the OSS community in the back with patent suits and the like if we can engender a true, two-way relationship. Maybe with some dialogue, we can start moving toward working in harmony instead of against each other.
Re:Yeah, sure (Score:4, Interesting)
This. The Micro Framework is for resource-constrained embedded devices... which are just about the last place you'd want to run bytecode anyway, as far as I can see. We've got tons of embedded stuff where I work, but I fail to see how controllers for mechanical bits and pieces are going to benefit from having the CLR, object classes, GUIs, etc. made available to them.
I think they're targetting the same area as some embedded Java implementations, like MicroJava [is2t.com]. You're getting a nice programming environment (you can use Visual Studio to write C# software for your embedded app), you're getting automatic memory management and it'll offer a migration path for people familiar with larger platforms. While it's not going to be as efficient as hand-tightened C and/or assembly code, it should allow faster development for embedded applications.
Yes, I know they're hoping to scoop the mobile market, but which part of it - the non-smartphone (dumbphone) market?
Not sure they're interested only (or even mainly) in the mobile market; the .NET MF can run on much lower performance processors than the ones used in phones, even feature phones (i.e., not smartphones). From what I've seen most phones use ARM 9 level CPUs, or even ARM + DSP combos, like the TI's OMAP (please feel free to correct me, phones aren't an area I have much interest in). That's overkill for the .NET MF which can happily run on ARM7 level CPUs.
XCode has more than you think (Score:3, Interesting)
XCode is actually a pretty good tool, and while the multiple floating windows of IB can be hard to deal with I find that approach to GUI design to be way, way better than code-behind stuff UI tools normally spit out.
If you take the time to learn how to use XCode you'll find it does a lot more than you are thinking it does.
Re:I think I'm ill (Score:2, Interesting)
maybe mono showed them what can be done with open source .net? because I have read more success stories about mono than .net
Re:My first question would be... (Score:3, Interesting)
Re:My first question would be... (Score:4, Interesting)
Perhaps that's a good question, too: why not open source it.
I can give one example.
Where I work, our ERP software is primarily coded in .NET, and needs 3.5.
It is the only reason to stick with Windows on each and every workstation there. .NET, only to see 2.x is only partially supported with no plans on supporting 3.
Every so often I check up on the status of Wine and
If this lets me run our ERP client under Linux, be it Wine or Mono or whatever wrapper is needed, that will be a good number of workstation licenses that will fall out of the upgrade cycle.
It will also let us deploy more ERP dedicated terminals on slightly older hardware that XP doesn't treat too well, and 2k is too painful to run on (Plus we only have so many licenses for 2k that aren't OEM)
This could very well lead to a measured loss of sales. I am sure I am not the only one in that type of situation, even if it is not very common.
Still, I am not complaining!
Re:Mono and P/Invoke (Score:2, Interesting)
Don't forget that quite a few .NET apps also use P/Invoke to take advantage of the Win32 API. Also, Mono is not bug for bug compatible so any apps that rely on bugs in .NET probably won't work right either.
Re:My first question would be... (Score:3, Interesting)
Windows Mobile.
This is their smallest subset of .NET. They are already pretty much giving the code away to developers for Windows Mobile, now they are having their arses handed to them by Android and it's only looking worse. They keep going at this rate and they are going to be irrelevant. That's not what they want. So therefore they open source .NET in the hope that they can get some more traction in the market.