Author Topic: Gprs + Openbsd  (Read 4280 times)

obscurite

  • Full Member
  • ***
  • Posts: 125
    • View Profile
Gprs + Openbsd
« on: August 22, 2005, 06:14:28 pm »
On the arm list, a couple of people said that OpenBSD probably wouldn't be able to use a CF card to do bluetooth GPRS with a bluetooth phone.

Here's the most interesting response I got:

"AFAIK, looking into src/sys/netbt, it seems that BT support in OBSD
is far from complete. Only HCI commands/events are supported, L2CAP and
RFCOMM is not implemented. The particular driver support (BCSP in the
case of Socket Communications (rev G) bluetooth card) wouldn't really
matter until network protocol stack is completed."
-Albert Rybalkin    

Seems like even a bluetooth USB dongle would be pointless. Any ideas? I used to use GPRS with my T610 phone with my C860 (cacko rom) and it was pretty useful. I'm trying to figure out if I can duplicate the experience somehow on a C3100 running OpenBSD.
C3100, 5500, former C860 owner

barryg

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
    • http://web.kssp.upd.edu.ph/barry/zaurus/
Gprs + Openbsd
« Reply #1 on: August 22, 2005, 07:50:40 pm »
Good day!

Quote
<SNIP>
Seems like even a bluetooth USB dongle would be pointless. Any ideas? I used to use GPRS with my T610 phone with my C860 (cacko rom) and it was pretty useful. I'm trying to figure out if I can duplicate the experience somehow on a C3100 running OpenBSD.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

You can still use those phone usb cables(I have a SE T68i, also tested on a T610 and
Z600) and use ppp for your GPRS connection, example here[0].

Mabuhay! barryg

[0]
[a href=\"http://marc.theaimsgroup.com/?l=openbsd-misc&m=109563299428314]http://marc.theaimsgroup.com/?l=openbsd-mi...109563299428314[/url]

albertr

  • Hero Member
  • *****
  • Posts: 535
    • View Profile
    • http://
Gprs + Openbsd
« Reply #2 on: August 22, 2005, 08:46:52 pm »
Just to add to the the post above, irda could be used too.

On the other hand, there's a hope that whoever ported HCI part of Netgraph bluetooth stack to OBSD will find some time to port other parts.
-albertr

obscurite

  • Full Member
  • ***
  • Posts: 125
    • View Profile
Gprs + Openbsd
« Reply #3 on: August 23, 2005, 01:30:04 am »
Thanks - very good point about the USB cable.

Albert - how long would it take someone with only a passing knowledge of C or C++ to port the rest of that stack?
C3100, 5500, former C860 owner