Cross-platform (microcontroller-PC) algorithm development
        Posted  
        
            by 
                Kyr
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kyr
        
        
        
        Published on 2010-12-20T16:13:53Z
        Indexed on 
            2010/12/21
            5:21 UTC
        
        
        Read the original article
        Hit count: 576
        
Hello people!
I was asked to develop a algorithm for network application on C. This project will be developed on Linux for PC and then it will be transferred to a more portable platform, something that will include a microcontroller. There are many microcontroller/companies out there that provide very nice and large libraries for TCP/IP. This software will hold statistics on the network performance.
The whole idea of a cross platform (uC - PC) seems rubbish to me cause eventually the code should be written in a more platform specific way for the microcontroller, but I am not expert to judge anyway.
Is there any clever way of doing this or is there a anyone that did this before? My brainstorming has "Wrapper library" and "Matlab"... Any ideas?
Thx!
© Stack Overflow or respective owner