Questions tagged [real-time-data]

Real-time data is information that is delivered immediately after collection. For questions regarding the real-time data feature of Excel, choose the 'RTD' tag.

Real-time data is information that is delivered immediately after collection. There is no delay in the timeliness of the information provided, save of technical limitations such as transmission delay. Areas of application are navigation, tracking or charting.

311 questions
0
votes
1 answer

How do I configure Xceed Real-Time for .NET compression to allow non-ascii file names?

What I'm trying to do is to compress files in real-time as they're coming down in chunks from Azure Blob Storage, and then stream the compressed chunks immediately down to the browser. Everything works perfectly except the ability to allow…
TheDude
  • 1,421
  • 4
  • 29
  • 54
0
votes
0 answers

Real time tick to tick stock quotes in Listview but CPU usage goes to high

I am new in stock trading application and I am working on this application since last 9 months in vb.net I am successful to display real time data in listview and I used threadpool to complete this task but when application display real time stock…
KRIISH
  • 1
  • 2
0
votes
1 answer

How to share real time processed data from C# to python

I want to pass some data processed in C# in real time to another python application for further realtime processing. I have trying to log those data into CSV file and let the python to read it simultaneously, however it seems that windows lock the…
0
votes
3 answers

Dumping real time TS data into a file

I want to capture TS packets from Network and dump it into a file.Can you suggest me a tool for doing this. Thanks in advance
Euler
  • 652
  • 3
  • 11
  • 24
0
votes
2 answers

C# Real time waveform data plot using NAudio

I am new on processing wav file and C#.My goal is to real time data plotting in waveform of wavfile.I mean while recording sound(wav) file,i want to plot its graph simultaneously.I searched some sound libiraries and decide to use NAudio.(Dont know…
Blast
  • 955
  • 1
  • 17
  • 40
0
votes
0 answers

ListView realtime datasets up to 1000 items per second slows everything down

I have a ListView to observe messages between different electronic devices in a car. For some parts i only get a few datasets per second but on others this could go up to 1000. The ListView is only part of my App, the other part is working with the…
0
votes
1 answer

cubism.js last hour axis

I'm trying to build a real-time chart displaying values from 0.0 to 1.0 of the last hour. From the server side I'm returning an array of the values grouped by…
msangui
  • 21
  • 3
0
votes
2 answers

Streaming data from Android device to development PC

I am wondering how I can possibly stream data from an android device to my development PC. What I am actually trying to achieve is to stream some numerical data over to my PC and plot them in gnuplot in real-time. Any ideas ?
Zahid Hossain
  • 423
  • 2
  • 4
  • 9
-1
votes
2 answers

Database to use for realtime iPhone app

Me and a friend are going to be working on an iPhone app that is going to be sending and requesting a lot of information from a 24/7 server (a 2009 Mac Mini). There's going to be a lot of realtime information floating around, and we're not sure…
benjammin
  • 537
  • 5
  • 23
-1
votes
1 answer

Choosing the best database for large complex nested Json aggregations in realtime

What's the best database for aggregating large (both in count and size) volumes of complex JSON data in real time? for reference, a single JSON object size may vary from 2Mb to 100Mb and include nested arrays with no known structure. the…
Ahmed Ezzat
  • 65
  • 10
-1
votes
1 answer

2D Real time graphics in Java (IntelliJ)

I'm developing a program that need to display 3 real time graphs, currently I'm working on IntelliJ but if needed I'll move to another IDE like NetBeans, I've been searching some options but I have no clear idea of the direction what would be the…
-1
votes
1 answer

"You have gone over your usage limits" Firebase Realtime Database Limits

I publish my app on play store before 2 month and today I get Firebase limits error on Firebase Real-Time database. What do i do now ?
xyz
  • 25
  • 1
-1
votes
1 answer

Is there any way to fetch the google sheet (gsheet) data in flutter and display realtime updates whenever there is any change in google sheet itself?

I am developing an application where a list is displayed according to the user input. The list is loading and getting displayed when the application is loaded and whenever the user inputs the data through the text fields(in the app) and the cells…
-1
votes
1 answer

How to store real time data from a websocket on a webpage?

I am streaming data from a websocket server (python software) to a webpage. When I access the webpage the websocket connection is made and I have some HTML code that starts plotting the data. As a new messages come in the graph updates. Currently,…
TechnoTerry
  • 65
  • 2
  • 6
-1
votes
1 answer

How can I transfer Data twice a day from an FTP Server to Python and then to a Website

I have climate data that is sent to a ftp server and I want to make it visable on our website. New data comes in twice a day. Beforehand the data needs to be prepared and I also want to visualize it preferably with python. I want to learn the best…
1 2 3
20
21