Questions tagged [data-stream]

In Connection-oriented communication, a data stream is a sequence of digitally encoded coherent signals (packets of data or data packets) used to transmit or receive information that is in the process of being transmitted.

In Connection-oriented communication, a data stream is a sequence of digitally encoded coherent signals (packets of data or data packets) used to transmit or receive information that is in the process of being transmitted.

In electronics and computer architecture, a data flow determines for which time which data item is scheduled to enter or leave which port of a systolic array, a Reconfigurable Data Path Array or similar pipe network, or other processing unit or block.

Often the data stream is seen as the counterpart of an instruction stream, since the von Neumann machine is instruction-stream-driven, whereas its counterpart, the Anti machine, is data stream driven.

The term "data stream" has many more meanings, such as by the definition from the context of systolic arrays.

Wikipedia: http://en.wikipedia.org/wiki/Data_stream

276 questions
-1
votes
1 answer

Best way to push data to connected users from .NET web application

the scenario is the following : -We have a MVC web application with an in-memory database providing users with a set of features. -We created a REST web api in that application that an android application consumes to provide the same services to…
Venetheo
  • 3
  • 2
-1
votes
1 answer

Java Socket does not error but is not functional(?)

I have a very basic understanding of clients, servers, sockets, input and output streams, etc. related to having servers. However, my socket that I created does not seem to work. I used many unused ip and ports, and even tried my own computer's ip.…
-1
votes
1 answer

HTTPS Events from datastream

How do I get the HTTPS event from raw data?
TOBGY
  • 109
  • 1
  • 1
  • 5
-1
votes
4 answers

How to redirect printf stream output to a .csv file?

From a sensor, have a stream of data which looks like a sequence of tuples: sensor: (-0.560303, -0.627686, 0.467468) sensor: (-0.561829, -0.626160, 0.466125) sensor: (-0.556091, -0.623352, 0.471497) sensor: (-0.558411, -0.625977, 0.468811) sensor:…
tumbleweed
  • 4,624
  • 12
  • 50
  • 81
-1
votes
1 answer

java socket(change the boolean in another class) and datastream

now i'm making chatting program. but there are some problems. first, in login process, when i send the id/pw to server, server sends that is right or wrong (protocol 3000 or 3001). then, client will get the protocol. and islogin(boolean) will…
hohodduck
  • 33
  • 10
1 2 3
18
19