this is mplexd a serial multiplexer for wavecom modems

THIS IS -> NOT <- WRITTEN BY WAVECOM!!!

wavecom modes have a multiplexing mode to send two streams over one serial
line, one stream for commands (AT) and one for data (GPRS) the multiplexer
will spawn two sockets one for each stream, the data socket will be dead until
a GPRS connection is initiated

command socket is: /var/run/wavecom_mplex_cmd
data socket is:    /var/run/wavecom_mplex_data

this is part of the h63xx port Linux port!

author is: Collin R. Mulliner <collin(AT)betaversion.net>

