This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Is there any Remote desktop library for embedded platform?

Is there any library available to display board's framebuffer on PC, basically idea is to verify QT application running on board from PC, because i don't have display connected with device.

  • You might be programming from Ethernet if Yes . then why dont you use qDebug(); property of  Qt for display the error and further analysis on your PC.

    Regards

    Praveen

  • You got me wrong dude, i am talking about embedded platform. I am having EVM (obviously not having display on it). I want to run some basic demo of QT. It run perfectly (i guess it from terminal). I want to copy frame buffer from EVM to PC (via Ethernet). I had done socket programming to do such. But is there any library available kind of remote desktop?