A task is *real-time* when the *timeliness* of the activities' completion is a functional requirement and correctness condition, rather than merely a performance metric. A real-time system is one where some (though perhaps not all) of the tasks are real-time tasks.

learn more… | top users | synonyms (1)

-3
votes
0answers
27 views

Test nvram by using read/write

An interview question.. 1. Write an API for read function and write function to NVRAM. 2. Use these function to write a testNVRAM function, that tests the read and write. Any ideas?
0
votes
1answer
19 views

Ratchet Symfony2.2

I am trying to create a real time Symfony app using Ratchet but I dont know where shoud I put my WampServerInterface and my server script (in a symfony service or just a class somewhere) and how ...
1
vote
0answers
14 views

Raspberry Pi no delay (<10ms) video stream

I'm building quadcopter based on Raspberry Pi. I want to stream video from webcam via cellular conection to my computer. I tryed ffmpeg and mjpg but it has to big delay to make it possible to control ...
-1
votes
0answers
12 views

Symfony2.2 realtime with ratchet [closed]

I am trying to create a real time Symfony app using Ratchet library and I have already integrate Ratchet in my Symfony app but I have no idea how to start working with it. I can't find any tutorial ...
0
votes
0answers
10 views

RTP Server in Java with Xuggler

I am trying to write a RTP Server in Java and I am using Xuggler to decode mp3 files. The decoding part looks like this: while(container.readNextPacket(packet) >= 0) { ...
0
votes
1answer
8 views

Is vsee support mobile browsers?

I want to any way realtime video communication via mobile browsser. I come across vsee is it supports mobile browser real-time communication ? please let me.
0
votes
0answers
27 views

Periodic execution of a pthread with limited cpu time

I am on Linux, doing C++ with pthreads, everything is on SCHED_RR. Everything seems to work fine so far. Now I have a thread that does a never ending calculation, lets say it continuously updates a ...
0
votes
1answer
31 views

Real time video processing from camera

I have a problem with real time video processing. I want to access consequent frames (previous, current & next). ... trigger(RawVideo) cur_frame=getdata(RawVideo,1,'uint8'); imshow(cur_frame); ...
1
vote
1answer
20 views

is it possible to have dynamic tour from real time data kml

Is there a way to make a tour that is getting the coordinates from a script and updating the tour? I am getting the data from a python script and then want to update the fly to coordiantes in the ...
-1
votes
0answers
26 views

Mainboard MSI C847MS-E33 incl. Intel® Celeron® 847 [closed]

I do not know whether I am right at this place but maybe you can help me. I am planning a realtime automation application on Linux using RTAI or RT PREEMPT. The distribution is openSUSE or Ubuntu. I ...
0
votes
1answer
44 views

Realtime changing images

Well, I've just started a project and I'm already stuck, I real need a help. I have 16 (4x4) images and I'm presenting them in a page. $max_images = $_GET['images']; $num_images = $max_images; while ...
0
votes
0answers
8 views

How to save the real time data received via bluetooth for 30 seconds

My task is to plot the real time ECG and save it for 30 seconds when the user wishes to. Im using achartengine library.. Plotting part works fine. I have a button- Record.. Once it is pressed a ...
0
votes
0answers
21 views

Google Analytics Android App Realtime Count in Top Menu Bar (next to time)?

My (android) phone is with me all day. I would like to have the realtime Google Analtyics visitors on site right now number (from my default or selected profile) to constantly be displayed on the top ...
1
vote
1answer
57 views

Web application using JSF-Front end and node.js-Back end

I'm planning to build a eCommerce web application(similar to http://zovi.com/) using JSF 1.2 and node.js. All front end components will be jsf components binding to backing bean. I want to achieve ...
-1
votes
1answer
19 views

Run DirectX Games on Windows CE [closed]

I'd like to have Rocksmith running more realtime-ish, so there would be less delay and I'm wondering if I could install it along with DirectX, graphics- and sound drivers (and also a driver for the ...
0
votes
0answers
13 views

What demands does fixed priority pre-emptive scheduling place on the system kernel?

In the context of real time computing tasks can be scheduled using Fixed Priority Pre-Emptive Scheduling, in that way tasks are assigned a priority based on their periods and tasks with higher ...
0
votes
1answer
100 views

Should I learn node.js before starting with meteor?

I'm coming from a java background, And I recently needed an app with realtime data and push. So i'm thinking of using meteor since it seems as an easier way to use node.js. My question is do I need ...
-1
votes
1answer
44 views

Does WSO2 ESB support web sockets? [closed]

My project needs to provide read and write access to data using web services (SOAP/JSON etc), but we also need the ability to serve real-time notifications of data changes to external users through ...
0
votes
1answer
47 views

Runnable and postdelayed in android 4.0 (GraphView Library for real time)

Im using the GraphView Library to visualize real time graphs. The library example works fine in 2.X android devices, however it doesnt work properly in 4.X devices. The graph only get refreshed when ...
0
votes
0answers
50 views

Data from accelerometer to achartengine in realtime

I'm new to android and still just playing with it. However, recently I ran into a problem and I got stuck. I'm trying to take data from an accelerometer and then plot it using achartengine in real ...
0
votes
2answers
63 views

How do I trigger a real time client update in Rails

I'm creating an online multiplayer board game using Rails, and I want the game to be able to be played without having to manually refresh the page. I'm planning on using websockets or Server Sent ...
0
votes
1answer
34 views

Real time update of data from another website (or web app or mobile app)

I'm using XAMPP on Windows 7. I'm building a website B such that, when website A (or web app or mobile app) sends some data to website B then this website B (I mean one of its webpage) will ...
0
votes
1answer
30 views

why sched_setscheduler() does not work if not wrapped within an if block?

This following code works and requires "root" authentication: struct sched_param param; param.sched_priority = 99; if (sched_setscheduler(0, SCHED_FIFO, & param) != 0) { ...
-4
votes
0answers
28 views

I want to install and use java realtime library [closed]

I want to use the java realtime library. I tried searching a lot and didn't find any resources to download and learn about this library, specially for mac os. I think Sun is not offering this package ...
0
votes
0answers
24 views

Real time location sharing

How would I create an app that can 1. view another iPhone's current location view GPS and 2. Display user's iPhone current location in a Map View, similar the Find my Friends app.
1
vote
1answer
48 views

Socket.io for checking updates from database

I have a node.js server that connects to a mysql database and opens up a new socket using socket.io. The role of this server is basically to notify any client (user) that connects to it when there's a ...
0
votes
0answers
16 views

facebook realtime - get the type of object liked

Facebook realtime just sends me this when there is a like on an object. {"item":"like","verb":"add","parent_id":489841677749776,"sender_id":21501284,"created_time":1367600521} the parent_id is ...
0
votes
1answer
32 views

Starting a batch file using vb and streaming output to variable in real time

(In my program I'm starting a batch file like this: Dim p1 as new process Dim psi As New ProcessStartInfo(appdata & "file.bat") psi.RedirectStandardError = True psi.RedirectStandardOutput = ...
0
votes
2answers
53 views

Confused about making Django Asynchronous (RealTime)

Better Technology to Make a Django project Asynchronous (RealTime) ( Tornado with django ORM or Node.js ), And is there any need to use another Package called Celery as another Asynchronous tasks ...
1
vote
0answers
51 views

Storm UI: Difference between Execure and Process Latencies

I've been trying to document meaning of all of the Storm metrics for my current project. During this process I've collected data from this group responses as well as github. While some of the ...
1
vote
1answer
67 views

How To Change The Parameters Of A Function In Real Time With Matlab

I'm working on a sound modifier that would: 1) Get inputs from a user (X,Y) 2) Apply effects to a predetermined sound file using the X and Y The code is a bit hard to follow so I'll not post it ...
1
vote
2answers
49 views

Ideas for scaling chat in AWS?

I'm trying to come up with the best solution for scaling a chat service in AWS. I've come up with a couple potential solutions: Redis Pub/Sub - When a user establishes a connection to a server that ...
-2
votes
0answers
26 views

Real-time Stock and Option data by API or download to file [closed]

I need to get real-time (or 5-30 mins delayed) stock and option data for NYSE, AMEX and NASDAQ, there are totally 7300 stocks and 65000 option contracts. I need an API to download data. it is better ...
1
vote
0answers
41 views

How should be updated a backbone.js model after deleting an other related model

I have a contact resource with a linked photo. Both, contacts/3 and photos/56 are fetch from the server at startup. I assume it is good to keep my backbone collections in memory and avoid fetching ...
-4
votes
0answers
319 views

raspberry pi gpio in realtime PWM in c [closed]

I'm new to raspberry pi programming the GPIO and I need to build a program in c in real-time. I got the GPIO program in python. And I have the real-time code in c which is given to me. Can someone ...
-6
votes
0answers
46 views

How to make RealTime thread deamon in java [closed]

*How to make RealTime thread deamon in java.* Hi all , we are creating a RealTime thread , but I need to make it deamon somehow if possible .
0
votes
0answers
3 views

Realtime replacement of Icon like Googledrive

Maybe somone knows how to replace the Icon View in real time like Google drive is doing this on sync, without using the desktop.ini
-1
votes
1answer
70 views

How to react on actions (events) in real time in Tkinter?

I´d like to create a program which will react on actions by user in real time. For example there will be three Labels. And when user clicks on one, I want to recolor the border to a different color ...
0
votes
0answers
31 views

Force a Specific Camera Aquisition Framerate in a realtime Matlab Loop

I have a function running in real time controlling hardware timing, etc. I want to be able to record video as well, so I've created a global video object in matlab, and set the triggering to manual. ...
0
votes
1answer
44 views

JS - Numbers rounded in real time

I created this form to enable users to have a quote: <form name="autoSumForm"> <br><br> Width: <input class="right" type="text" name="firstBox" value="" ...
-1
votes
0answers
50 views

Linking a java program to a video streaming server

I have an issue!i'm working in a project in which i have to develop with java(spring) a real time module sending retrieved video streams to an external streaming server developed in java too. But now, ...
0
votes
1answer
137 views

android mediacodec: real time decoding h264 nals

I'm trying to decode h264 nals in real time with android low level media api. Each nal contains one full frame, so i expect that after feeding input with my nal and calling dequeueOutputBuffer it ...
3
votes
2answers
110 views

Asp.Net : Best way to broadcast data from WCF service to Asp.Net client

I need to create a high-frequency realtime web application and I would like to know the best way for doing it! A WCF Service hosted in a Windows Service needs to refresh browser clients (ASP.NET ...
0
votes
1answer
57 views

Time Delay in Micro C OS II

I have been looking for that, I am using Micro C/OS II Real Time Operating System. I couldn't find a way to create a delay apart from writing nested loops. Any way to do create a delay?
0
votes
1answer
23 views

xRTML Storage - Non supported languages

does anyone now how to use xRTML storage in other languages than javascript, nodejs or java? I would like to save data in storage using .Net C#. Thank you.
0
votes
1answer
49 views

Parsing Real-Time Changing text by Javascript

I would like to parse a webpage to gather data for scientific use. The text I need to parse is located within a < span >. Parsing the HTML will not achieve this because this text is constantly ...
0
votes
2answers
42 views

Real Time Output Of Processed Inputs

Being a beginner in C# I am having problem in a specific implementation. I need to compute two data in real time by which I mean ki the output shows as soon as the inputs are provided with no click of ...
0
votes
1answer
52 views

Java non-blocking IO: Is it possible to check how much you can write before calling channel.write()?

I understand a channel.write(outBuffer) can fail to write all the contents of outBuffer because the underlying socket buffer is full. Then you have to register OP_WRITE and wait for selector ...
0
votes
2answers
34 views

Real-time Tkinter/ttk Entry widget update: thread+queue or .after(1)?

I have a Tkinter/ttk app that analyzes packets arriving every 10-25 ms. My present implementation uses a thread that updates 30 StringVars after every socket read, then calls update_idletasks() to ...
1
vote
2answers
129 views

Tracking SignalR connection ids to see if they really exist

Currently, I am storing all connected user's connection ids inside my database by mapping them to actual application users. What I do is pretty simple here: I add the connection id to the database ...

1 2 3 4 5 31