[Patches] [ python-Patches-874083 ] Bluetooth support for socket
module
SourceForge.net
noreply at sourceforge.net
Tue Jan 13 04:07:41 EST 2004
Patches item #874083, was opened at 2004-01-09 21:42
Message generated for change (Comment added) made by frederikfix
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=874083&group_id=5470
Category: Modules
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Frederik Fix (frederikfix)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bluetooth support for socket module
Initial Comment:
This patch adds support for Bluetooth sockets to the
socket module. It supports the L2CAP, RFCOMM and SCO
protocols.
I have tested it on Linux 2.6.0 with the built-in
Bluetooth stack. I have only tested server sockets,
but client sockets should work just the same.
----------------------------------------------------------------------
>Comment By: Frederik Fix (frederikfix)
Date: 2004-01-13 09:07
Message:
Logged In: YES
user_id=947584
SCO in this case stands for Synchronous
Connection-oriented protocol. It's one of the protocols
that can be layered on top of Bluetooth.
----------------------------------------------------------------------
Comment By: Guido van Rossum (gvanrossum)
Date: 2004-01-12 19:19
Message:
Logged In: YES
user_id=6380
Looks reasonable to me, except the mention of SCO raises a
red flag. Is this the same SCO that is sueing Linux?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=874083&group_id=5470
More information about the Patches
mailing list