Functionality request
Hi, the fix works well, thanks! I found something that makes the app unusable for me, though :-( I can't send data for all graphs at the same time, since the data comes in an async way. (I'm using it to plot input vs output data on my flight simulation software), so I'd need to be able to send data to different graphs independently, i.e. a new command like:
D 1 10,20 D 2 10,30
Meaning
(D)ata for graph (1): 10,20 (D)ata for graph (2): 10,30
Any chance you can add that funcionality or make the code available?
If you want to have a look at my application: www.fransedano.net
Hi Francisco, a similar addition is actually planned for next revision. Due to chronicle lack of time, though, I don't have reliable plans about a release date. Reasonably, it could be early January.
A bigger revision that I am planning (and that I think it would fit well in your application) is the change to a multi-document app architecture: this will allow to have more than one window open at a time, each one listening on a different channel (i.e. UDP port). This is planned for next spring.
Regarding making the code available, I would say not for the moment. I have some remote plan about going commercial (more later than sooner, and keeping price very low!), so at this time I prefer keeping it closed.
Congratulations for your impressive flight simulator. Videos look terrific. -P.