Tagged Questions
The real-time-data tag has no wiki summary.
2
votes
3answers
237 views
MATLAB - dynamically resize x-axis but not y-axis in plots?
I am generating a plot in real-time. I shift the x-axis by 30 seconds, every 30 seconds. This is all well and good, but my y-axis is auto-resizing itself to smaller than previously. Take a look below:
...
1
vote
0answers
59 views
Performance Issues in Real-time data visualization application
Here's the scenario:
I'm working on decision-support system which is being developed as windows forms client and MySQL database server. There are sources which update data in real-time in the MySQL ...
1
vote
3answers
187 views
what's the cheapest way to setup cluster of low latency, low bandwidth servers, like for network game? [closed]
I want to have groups of 2-4 users playing a game that will require each user send to the others about 10-20 bytes of info every 1-3 seconds. So basically, low bandwidth usage, but low latency ...
1
vote
2answers
454 views
sending commands to an application from Excel? COM?
I wrote a device controller (rs232) and it is being used successfully, however users want to view data and control the device (or perhaps communicate through my program) from Excel. I dismissed DDE ...
0
votes
2answers
93 views
Real time server Updates to the Browser
I'm searching for a framework which can provide real time updates form a server to the browser like it is used in web chats, google wave, google buzz, facebook etc.
I found Rocket GWT but the last ...
0
votes
0answers
112 views
GWT realtime AnnotatedTimeLine problem
I am starting to work with GWT and I am using the GWTviz library to draw some charts.
One of them is an Annotated Timeline chart that has one timeline that is charged at the beginning and another one ...
0
votes
1answer
114 views
Code Composer and Real Time Data Exchange: problems in Target to Host communication
dear fellow programmers!
I'd really appreciate a few answers or hints concerning following problem:
The topic is Digital Signal Processing (DSP), Code Composer Studio 3.1 and Real Time Data Exchange ...
0
votes
0answers
82 views
UIView doesn't display changing background data in real time
Greetings:
Simple scenario: background thread is computing data to be displayed in real time within the main thread.
Data: dynamic/variable data that is converted into a NSString type within a ...
0
votes
2answers
195 views
Cross platform real-time-data
I am working on designing a new platform for a certain type of application. These applications will mainly exists on both iOS and Android devices.
One of the main requirements in these applications ...