* Establish a SPP Connection between two linux computers
@ 2008-10-21 13:15 Daniel Matthes
2008-10-23 8:43 ` Daniel Matthes
2008-10-27 20:01 ` Marcel Holtmann
0 siblings, 2 replies; 4+ messages in thread
From: Daniel Matthes @ 2008-10-21 13:15 UTC (permalink / raw)
To: 'linux-bluetooth@vger.kernel.org'
I want to connect two debian (lenny) systems with two Anycom USB-200 USB Dongles, so I've downloaded the bluez-1.41 driver.
I want to create a serial connection (by using SPP).
At the beginning, I've tested the driver by connecting a linux operating system with a windows operating system.
I run sdptool browse and I've found:
Service Name: Serieller Bluetooth-Anschluss
.
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 1
..
After this I run rfcomm bind 0 <bdaddr> 1 and then I could establish with minicom a connection to the windows system and send data.
In the second turn. I install bluez on the second linux computer. After running sdptool browse, there are no entries for serial support.
I've also created an entry with sdptool add -channel 1 SP. Afterwards I could browse the serial port entry with the other computer,
but there was also no way to connect the computers.
So here my question: How can I connect two linux systems with bluetooth by using the serial port profile.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Establish a SPP Connection between two linux computers
2008-10-21 13:15 Establish a SPP Connection between two linux computers Daniel Matthes
@ 2008-10-23 8:43 ` Daniel Matthes
[not found] ` <09E68493E3CD0D47BF12172B07F527382CCB5D1EBA@mail1.ftz.htwk-leipzig.de>
2008-10-27 20:01 ` Marcel Holtmann
1 sibling, 1 reply; 4+ messages in thread
From: Daniel Matthes @ 2008-10-23 8:43 UTC (permalink / raw)
To: 'linux-bluetooth@vger.kernel.org'
Hello again,
Is somebody able to solve my problem?
I'm looking for a solution to connect two linux systems by using the serial port profile. I have so far found no way to solve this problem, because I could not find the serial port service within the bluez driver.
Regards Daniel
-----Ursprüngliche Nachricht-----
Von: linux-bluetooth-owner@vger.kernel.org [mailto:linux-bluetooth-owner@vger.kernel.org] Im Auftrag von Daniel Matthes
Gesendet: Dienstag, 21. Oktober 2008 15:16
An: 'linux-bluetooth@vger.kernel.org'
Betreff: Establish a SPP Connection between two linux computers
I want to connect two debian (lenny) systems with two Anycom USB-200 USB Dongles, so I've downloaded the bluez-1.41 driver.
I want to create a serial connection (by using SPP).
At the beginning, I've tested the driver by connecting a linux operating system with a windows operating system.
I run sdptool browse and I've found:
Service Name: Serieller Bluetooth-Anschluss
.
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 1
..
After this I run rfcomm bind 0 <bdaddr> 1 and then I could establish with minicom a connection to the windows system and send data.
In the second turn. I install bluez on the second linux computer. After running sdptool browse, there are no entries for serial support.
I've also created an entry with sdptool add -channel 1 SP. Afterwards I could browse the serial port entry with the other computer,
but there was also no way to connect the computers.
So here my question: How can I connect two linux systems with bluetooth by using the serial port profile.
--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: Establish a SPP Connection between two linux computers
2008-10-21 13:15 Establish a SPP Connection between two linux computers Daniel Matthes
2008-10-23 8:43 ` Daniel Matthes
@ 2008-10-27 20:01 ` Marcel Holtmann
1 sibling, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2008-10-27 20:01 UTC (permalink / raw)
To: Daniel Matthes; +Cc: 'linux-bluetooth@vger.kernel.org'
Hi Daniel,
> I want to connect two debian (lenny) systems with two Anycom USB-200 USB Dongles, so I've downloaded the bluez-1.41 driver.
>
> I want to create a serial connection (by using SPP).
>
> At the beginning, I've tested the driver by connecting a linux operating system with a windows operating system.
>
> I run sdptool browse and I've found:
>
> Service Name: Serieller Bluetooth-Anschluss
> .
> Protocol Descriptor List:
> "L2CAP" (0x0100)
> "RFCOMM" (0x0003)
> Channel: 1
> ..
>
> After this I run rfcomm bind 0 <bdaddr> 1 and then I could establish with minicom a connection to the windows system and send data.
>
> In the second turn. I install bluez on the second linux computer. After running sdptool browse, there are no entries for serial support.
> I've also created an entry with sdptool add -channel 1 SP. Afterwards I could browse the serial port entry with the other computer,
> but there was also no way to connect the computers.
>
> So here my question: How can I connect two linux systems with bluetooth by using the serial port profile.
the rfcomm listen command might get you somewhere, but also rctest would
do it. However in the end you have to write your own daemon to do the
work correctly.
Regards
Marcel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-10-27 20:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-21 13:15 Establish a SPP Connection between two linux computers Daniel Matthes
2008-10-23 8:43 ` Daniel Matthes
[not found] ` <09E68493E3CD0D47BF12172B07F527382CCB5D1EBA@mail1.ftz.htwk-leipzig.de>
2008-10-24 13:23 ` AW: " Daniel Matthes
2008-10-27 20:01 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox