Embedded Device CLR

Z

zolan

I am researching the use of the CLR as a core OS for cheap embedded devices.
I am not having a great deal of luck finding resources on the subject of
truly embedded CLR other than the compact framework.

The presentation (below) that I found discusses the "Lantronix .net CLR for
small devices". Although this sounds interesting and runs on the class of
devices (8086 and above) it is of no use for my project since it is not
currently open source.

http://www.google.com/url?sa=U&star...antronix%20SDK%20-%20Dan%20Quigley.ppt&e=7764

Does anyone have any idea of how involved it would be to port core pieces of
Rotor to a 16 bit platform? I do not need the whole of the runtime library
for this to be useful.

-zoltan-
 
J

John Montgomery [MSFT]

Porting Rotor to a 16-bit CPU would be pretty hard -- it's based off the
full .NET Framework tree, which is 32-bit only. That said, if you're looking
for a commercial application, Rotor wouldn't be right for you anyway -- it's
non-commercial only.

John
Director, Product Management
..NET Framework
Microsoft
 
J

Jay B. Harlow [MVP - Outlook]

Zolan,
Although this sounds interesting and runs on the class of
devices (8086 and above) it is of no use for my project since it is not
currently open source.
My understanding is that Rotor is not Open Source, I understand that Rotor
is academic, in that it is for use to learn. Open Source can be
commercial...

You may want to look at one of the Open Source versions of .NET, and proceed
from there.

One place to start might be www.go-mono.com

Hope this helps
Jay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top