Questions tagged [multiplexing]

In telecommunications and computer networks, multiplexing (also known as muxing) is a method by which multiple analogue message signals or digital data streams are combined into one signal over a shared medium.

In telecommunications and computer networks, multiplexing (also known as muxing) is a method by which multiple analogue message signals or digital data streams are combined into one signal over a shared medium.

The aim is to share an expensive resource. For example, in telecommunications, several telephone calls may be carried using one wire. Multiplexing originated in telegraphy in the 1870s, and is now widely applied in communications.

In telephony, George Owen Squier is credited with the development of telephone carrier multiplexing in 1910.

243 questions
-1
votes
2 answers

Non blocking sockets when using I/O multiplexing

Should I use non-blocking or blocking TCP sockets when using an I/O multiplexing API like poll(2) or epoll(2)? Some people suggest using non-blocking sockets here but the I/O multiplexing APIs inform you anyway if there is data to read so what is…
Emil Engler
  • 489
  • 5
  • 14
-1
votes
1 answer

can the 74ls151 mux be used as a demultiplexer?

I am connecting a 74ls151 to rpi 3 and what to use it as a demultiplexer for switching mpu6050 on/off. Can the 74ls151 be used as demultiplexer?
satya
  • 7
  • 3
-2
votes
1 answer

Flume: (OR) RegEx and multiplexing

I am trying to set up a flume agent that is able to recognize two specific codes for currency: EUR or USD. I also need to keep (but not identify) any other string. I am following a very good example. My configuration is as…
Wilmar
  • 558
  • 1
  • 5
  • 16
1 2 3
16
17