* [Bluez-users] GSM Multiplexer Protocol
@ 2004-09-26 19:23 Daniel Haensse
2004-09-28 8:10 ` Marcel Holtmann
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Haensse @ 2004-09-26 19:23 UTC (permalink / raw)
To: uclinux-dev; +Cc: bluez-users
Hi lists,
we need GPRS and SMS services at the same time. For this reason a multiplexer
protocol is supported in GSM 07.10 which creates several virtual serial ports
which can be controlled with normal AT commands. The AT commands are routed
through a software multiplexer circuit which on the other end is connected to
the real GSM modem's tty.
Is there any GSM multiplexer protocol for linux available?
Unfortunately, I did not find any driver in the kernel or userland to support
this. I did find out so far that RFCOMM might be a good point to start
writing virtual tty ports as bluetooth also supports GSM 07.10 in connection
with the RFCOMM protocol. The basic idea behind it is to interface the sock
to a the GSM modem TTY instead of L2CAP. Any hints?
Thanks
regards
Dani
--
swissEmbedded GmbH
Daniel Haensse, Dipl. El. Ing. ETH
Zuercherstrasse 12, 5400 Baden, Switzerland
Phone ++41562100158
Fax: ++41562100157
Mobile: ++41763207732
Email: haensse@swissembedded.com
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Bluez-users] GSM Multiplexer Protocol
2004-09-26 19:23 [Bluez-users] GSM Multiplexer Protocol Daniel Haensse
@ 2004-09-28 8:10 ` Marcel Holtmann
[not found] ` <200409282203.25838.haensse@swissembedded.com>
0 siblings, 1 reply; 3+ messages in thread
From: Marcel Holtmann @ 2004-09-28 8:10 UTC (permalink / raw)
To: Daniel Haensse; +Cc: uclinux-dev, bluez-users
Hi Daniel,
> we need GPRS and SMS services at the same time. For this reason a multiplexer
> protocol is supported in GSM 07.10 which creates several virtual serial ports
> which can be controlled with normal AT commands. The AT commands are routed
> through a software multiplexer circuit which on the other end is connected to
> the real GSM modem's tty.
>
> Is there any GSM multiplexer protocol for linux available?
>
> Unfortunately, I did not find any driver in the kernel or userland to support
> this. I did find out so far that RFCOMM might be a good point to start
> writing virtual tty ports as bluetooth also supports GSM 07.10 in connection
> with the RFCOMM protocol. The basic idea behind it is to interface the sock
> to a the GSM modem TTY instead of L2CAP. Any hints?
the RFCOMM is not a good starting point, because it is only a subset of
GSM 07.10 specification and they already changed some parts of them to
met their requirements.
You should implement it as a serial line discipline like we have done
for the hci_uart driver, but as far as I know nobody started working on
such a kernel driver.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-09-29 22:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-26 19:23 [Bluez-users] GSM Multiplexer Protocol Daniel Haensse
2004-09-28 8:10 ` Marcel Holtmann
[not found] ` <200409282203.25838.haensse@swissembedded.com>
2004-09-29 22:24 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox