![]() |
N800 as a network Wifi/Bluetooth bridge
Hi,
how to set up N800 to act as Wifi/Bluetooth network bridge for orb media stream ? 1. PC >>>> N800 media stream sent over Bluetooth link 2. N800 >>> bridge Bluetooth stream to Wifi stream and resent to another Wifi enabled PC. Do I need to install Apache server and any other software bridge/router application ? Thanks. Darius |
Re: N800 as a network Wifi/Bluetooth bridge
I don't believe anybody found an easy and reliable way to route a bluetooth DUN (or other profile) network connection to the Wifi network connection on the N800.
I would like such an option in order to get wifi only devices online using a Bluetooth phone (devices like ipod touch, PSP) . Orb is more difficult. It relies partly on an internet service and partly on a media streaming server on your PC. So your PC with Orb needs to be connected to the Internet in any event in order to function correctly. (eliminating the need for your wifi/bluetooth bridge) The apache server has nothing to do with this. You need network routing not a web server. |
Re: N800 as a network Wifi/Bluetooth bridge
Quote:
Why orb server should be connected to the Internet to function correctly ? No chance to run it Wifi peer-to-peer ? Frankly speaking I prefer not to have a remote middleware server in control of my media streaming from my PC to Nokia tablet. So if not orb, so mayby there is another software application run under XP Windows to stream media content over wifi to Nokia tablet ? Some time ago I played around with winamp media broadcasting server over ethernet network. Thanks. Darius |
Re: N800 as a network Wifi/Bluetooth bridge
Quote:
Don't you think streaming audio from TVersity/ Orb server to Nokia maemo and than to connected bluetooth earpiece is exactly some form of one-way Wifi/Bluetooth bridging/ routing ? Darius |
Re: N800 as a network Wifi/Bluetooth bridge
No idea how ORB works, however routing network traffic from bluetooth via a wlan connection works well for me. I compiled the kernel with iptables nat support, recompiled/packeaged the iptables package to include some needed libs and setup simple masquerading rules to forward the traffic. That way I can use my umts flatrate via bluetooth from the mobile phone on my n800 while also providing natted network connectivity to my girlfriends n800 through an ad-hoc wlan link. I think the tricky part was just getting the ad-hoc connection active without shutting down the bluetooth link to the phone, some iwconfig/ifconfig scripting solved it. I have old modules and a iptables package on garage.maemo.org, the current modules are still under test but about the stability no complains came up yet ;) I will update the files on garage.maemo.org asap, just updating to the latest OS release.
|
Re: N800 as a network Wifi/Bluetooth bridge
Quote:
Some days ago I set up ad-hoc network to have TVersity to stream media from PC running XP Windows to Nokia maemo. Does it mean I can't have another application, i.e. web browser, running on maemo to access the Internet over mobile phone's umts via bluetooth ? I am aware processor is slow, but what really shuts down bluetooth link ? It looks you have developed ICS (known from XP Windows - Internet Connection Sharing) for maemo. Great. Thanks. Should that work the same way on PC connected to umts cell phone via bluetooth, sharing Internet access via Wifi access point ? Tomorrow I will try to test 3.5 GHz wimax modem as a mobile wimax ap. Darius |
Re: N800 as a network Wifi/Bluetooth bridge
greygoo (or someone else ;) ) , could you please explain how to do this with a simple tutorial and OS2008 compatible references... :D I have a N800 with OS2008 and would like this to work to be able to share my BT Phone connection to an Ipod Touch.
Thanks! Quote:
|
Re: N800 as a network Wifi/Bluetooth bridge
Are there any instruction or step by step how to do this?
|
Re: N800 as a network Wifi/Bluetooth bridge
You can run a proxy on your N800 such as Privoxy or a Socks proxy.
You can use port forwarding, NAT, or routing on your NIT. For that you'd need something such as routed or iptables. Privoxy is, I believe, the most simple solution, but your streaming application must support this. You can find a howto to install and enable Privoxy on the Maemo Wiki. You must do additional configuration though: you must allow your client's IP to connect to the Privoxy, and the Privoxy must listen on the WiFi device and IP. Be advised the NIT only has a limited I/O available. I wouldn't expect it to be able to relay DVDs; in general the throughput isn't higher than 4 or 5 MB/sec. UPnP isn't included in this story yet but it'd make some things even easier. |
Re: N800 as a network Wifi/Bluetooth bridge
I figured out how to do it... kinda, works for http applications anyway. wifi positioning doesn't work, I guess it doesn't use http...
anyway, first thing is to install privoxy. second, install wireless-tools. I had to install it from the command line, after getting root. after that, setup privoxy (in /etc/privoxy/config) to Code:
listen-address :8118 make your bluetooth dun connection on the nokia, and then open the terminal window. Code:
ifconfig wlan0 up here are the settings: Code:
ip address: static 192.168.1.2 |
All times are GMT. The time now is 09:35. |
vBulletin® Version 3.8.8