>
> Thanks again for the help.
> I never send questions to the forum before I did extensive research via
> Internet.
> And I did not find something like Broadway for QT. I found nothing
> comparable and mature enough..
> If I wrong - please send me a reference.


What you're asking for does not exist. So, like I said . . . you need to
search the web, for something that is close enough to meet your criteria,
and adapt it. Either that, or use a bloated framework, or write your own
from scratch.

So, let me give you some advice. Don't confuse someone who is being short,
and to the point ( concise ) as being rude, or disrespectful. I'm not even
sure how one could perceive this over the internet . . . Also someone who
has gone through the same process you're going through now. Only I
researched this 2 + years ago.

You need a web, and websocket server. *IF* you want real time
instrumentation. If you do not need real time instrumentation, then you
could look into using / writing a web API( CRUD ).

The only "framework" I know of that fits your criteria most closely is
libmongoose. It is tiny, and does a lot. It also does what it does very
quickly. However, the code spans two files and weights in at around 20k
lines of code. Where most of it is very terse reading, and the
documentation for this library is terrible. This library is also cross
platform, so much of the code is redundant, but for different OSes.

Also, most, or all of the control you're going to need can be handled by
the front end via html, and javascript.

Anyway, there is a lot more out there. Which again . . . you're going to
have to search for, and determine for yourself if it is better for you, or
not.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CALHSORqyHZQOQB6u5QEMqMF5twH10qSbmAGisMZ9ktdSW4v1iw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to