[Patches] [ python-Patches-874083 ] Bluetooth support for socket
module
SourceForge.net
noreply at sourceforge.net
Sat Jan 31 07:36:25 EST 2004
Patches item #874083, was opened at 2004-01-09 22:42
Message generated for change (Comment added) made by loewis
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: Closed
>Resolution: Accepted
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: Martin v. Löwis (loewis)
Date: 2004-01-31 13:36
Message:
Logged In: YES
user_id=21627
Thanks for the patch. Committed as
configure 1.437
configure.in 1.448
pyconfig.h.in 1.91
ACKS 1.258
NEWS 1.925
socketmodule.c 1.282
socketmodule.h 1.10
----------------------------------------------------------------------
Comment By: Frederik Fix (frederikfix)
Date: 2004-01-13 10: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 20: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