LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Multiplexing 2 Streams to Tx over Wireless & Demulteplexing on Rx to Individual O/P (https://www.linuxquestions.org/questions/programming-9/multiplexing-2-streams-to-tx-over-wireless-and-demulteplexing-on-rx-to-individual-o-p-858334/)

jskandhari 01-24-2011 07:26 AM

Multiplexing 2 Streams to Tx over Wireless & Demulteplexing on Rx to Individual O/P
 
I am a newbie to Linux Programming Need to Know HOW to Go about the Linux Programming of DATA FUSION

Need to Multiplex ( Mux ) two Data Streams broadcast over Wireless and then Demultiplex (DeMux )on the Receiving side and give output on Individual O/p Screens.
: DETAILS ::

My main PROJECT is,
1) First Stream :: GPS Stream
2) Video Stream :: Conversion of Analog Signal to Digital ( Using Compression Divx :: Not an issue )

Tx : Merging the Two Streams ( Mux ) and then Transmitting over Wireless as a Single Stream.
Rx : DeMux the Stream and Display GPS Data on Different O/P Screen and Video Stream on Different O/P Screen.

Thanks ...
#Will Look into the Programming Sections Also thanks

::Boundaries::
For now A Terminal on Both Ends can perform the Function with a OS in the Later Stages it will be embedded.

Newibie Kindly Help So that I can Help Others
__________________

theNbomr 01-25-2011 05:26 PM

What you are describing sounds like the functionality provided by SSH tunnels. Is there something different about what you require? If so, what do you mean by 'multiplex two data streams'? How is that different from the way any shared network media is used?

The question reads much like one of those where there is a solution looking for a problem to solve. What are you really trying to accomplish?

--- rod.


All times are GMT -5. The time now is 04:28 AM.