Main > Free Download Search >

Free using bluetooth software for linux

using bluetooth

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 17138
GNOME Bluetooth 0.9.1

GNOME Bluetooth 0.9.1


GNOME Bluetooth are tools for controlling and communicating with Bluetooth devices. more>>
GNOME Bluetooth are tools for controlling and communicating with Bluetooth devices.

GNOME Bluetooth includes a GNOME platform library and associated tools for interfacing with and managing Bluetooth devices. Includes OBEX file transfer utilities and a prototype device manager.

GNOME Bluetooth was originally developed by Edd Dumbill, and its primary maintainer is now Bastien Nocera.

The software is free, licensed under the GPL.

The software is still in beta development right now. This means that there are bugs. Be careful!

<<less
Download (1.0MB)
Added: 2007-07-24 License: GPL (GNU General Public License) Price:
605 downloads
Mobi Bluetooth RC 0.9.1

Mobi Bluetooth RC 0.9.1


Mobi is software which is designed to provide access to a Un*x machine using a Bluetooth-enabled SonyEricsson phone. more>>
Mobi is software which is designed to provide access to a Un*x machine using a Bluetooth-enabled SonyEricsson phone.
A simple menu file is used to define a menu structure. Menu items can be tied to arbitrary shell commands or external programs, maximizing flexibility. Menus can also be loaded from programs rather than from files, meaning that dynamically changing menus are easy to realize, e.g. to browse a filesystem, an MP3 collection or a mail folder.
Mobi connects to any phone within its reach which passes the Bluetooth authorization process (usually by providing the correct PIN number). If the phone gets out of reach, Mobi will reconnect once it is found again. The number of simultaneously connected phones is restricted only by hardware capabilities.
Mobi uses the accessory menu of the phone. This feature is present in most SonyEricsson phones. It is tested on a T610, but should work on T68, T68i, T610, T630, Z600, and perhaps other models.
The accessory interface has been completely redesigned for newer phones (K750, W550, W600, W800, Z520), but I am not able to implement this since I do not have access to one of those. For the P800/P900, there are different solutions.
Enhancements:
- No phone reset on connect, since it may end a call in progress.
- Improved installation scripts (using autoconf/automake).
- Menu files may now recursively include other files.
- Improved music playback scripts. Makes it much easier to support other players.
- Reloading the menu file will not do a full reset, but only replace the menu.
<<less
Download (0.29MB)
Added: 2005-10-27 License: GPL (GNU General Public License) Price:
1479 downloads
MCNLive Toronto

MCNLive Toronto


MCNLive is a Mandriva-based live CD developed by MandrivaClub.nl in The Netherlands. more>>
MCNLive is a Mandriva-based live CD developed by MandrivaClub.nl in The Netherlands.
This new English-only pre-release, code name "Jordaan", is a freshly build distribution from the current Cooker (Mandrivas development branch).
MCNLive features the XFce desktop, the new ad-free Opera 8.50, Mandriva Control Center, and a set of multimedia applications - all that and more on a 200MB live CD.
The product also includes a graphical application for installing the operating system to a USB storage device.
Enhancements:
- I am glad to announce MCNLive, code name Toronto. Whats the difference to Delft? VirtualBox OSE, KOffice suite, GIMP, gThumb, gxine, gFTP, Bluefish, Quanta, KAudioCreator, Kopete, KDE Bluetooth, a bunch of networking tools and printer packages added. English only edition. Improved isolinux bootsplash, with keyboard navigation to select a boot option, different wallpapers, fixed (non-critical) error messages when shutting down the system in live CD persist mode.
<<less
Download (466MB)
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
899 downloads
GNOME Bluetooth control remoto 0.86

GNOME Bluetooth control remoto 0.86


GNOME Bluetooth control remoto it is meant to be a fast and functional remote control for GNOME Desktop. more>>
GNOME Bluetooth control remoto (AKA GBTcr) It is meant to be a fast and functional remote control for GNOME Desktop working between a Sony Ericssons phone mobile (maybe others) and computer box using Bluetooth comunication protocol.
Main features:
- Realtime control by plugins for:
- Music player. (beep-media-player, xmms)
- Video player. (mplayer, totem, xine)
- Slideshow software. (ooimpress, magic point)
- Image Viewer. (gthumb, gqview)
- Mouse and Keyboard events.
- Nice and HIGgy GNOME gui GTK+ based.
- Notification Area Support (Tray Icon)
<<less
Download (2.3MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1568 downloads
KDE Bluetooth Framework 1.0 Beta 2

KDE Bluetooth Framework 1.0 Beta 2


KDE Bluetooth Framework is a set of tools built on top of Linux Bluetooth stack BlueZ. more>>
KDE Bluetooth Framework is a set of tools built on top of Linux Bluetooth stack BlueZ.
Our goal is to provide easy access to the most common Bluetooth profiles and to make data exchange with Bluetooth enabled phones and PDAs as straightforward as possible.
Enhancements:
- Exporting public includes to make other applications use of kdebluetooth.
- Fixed some bugs on kioslaves.
- Fixed kbluepin.
- Allow compiling with lastest openobex and bluez packages.
- Fixed compilation with gcc >= 4.1.
- Fixed configure script, warning user about missing headers.
<<less
Download (0.80MB)
Added: 2006-10-16 License: GPL (GNU General Public License) Price:
1133 downloads
LightBlue 0.2.2

LightBlue 0.2.2


LightBlue is a cross-platform Python Bluetooth API. more>>
LightBlue is a cross-platform Python Bluetooth API. It is available for Mac OS X, GNU/Linux and Nokias Python for Series 60 platform for mobile phones.
Main features:
- Device and service discovery (with and without end-user GUIs)
- Standard socket interface for RFCOMM sockets
- Sending and receiving files over OBEX
- Advertising of RFCOMM and OBEX services
- Local device information
Version restrictions:
- findservices() and selectservice() on Python For Series 60 returns only RFCOMM and OBEX services
- Avoid threading on Mac OS X, as the underlying IOBluetooth and IOBluetoothUI frameworks are not thread-safe
- No cross-platform set of socket options
- Sockets (the native PyS60 API sockets are used, so their restrictions are inherited - but I havent used PyS60 1.3.8 yet so Im not sure about that)
- sockets on Python For Series 60 cannot be created in one thread and used in another
- fileno() raises NotImplementedError on Mac OS X and Python For Series 60
- timeouts not supported on Python For Series 60: settimeout() raises NotImplementedError, gettimeout() returns None
- non-blocking mode on PyS60 works for send() and recv but not accept() or connect()
- No socket options on Mac OS X, and flags arguments (e.g. for recv) have no effect
- socket security cannot be set (PyS60 implementation sets this to AUTH by default)
- Error codes for exceptions are platform-independent. In particular, the Mac OS X implementation can return IOReturn error values from the IOKit framework, and OBEXError codes from < IOBluetooth/OBEX.h > for OBEX operations.
Enhancements:
- The PyS60 3rd Edition binaries have (really) been fixed, and gethostaddr() and gethostclass() should also be fixed for PyS60 2nd Edition FP2 and FP3.
- Since its getting more difficult to build for PyS60 1st Edition, this build has been dropped for this version -- which isnt an issue for this release since there are no new features -- but there wont be any further builds for this edition. If you need to compile LightBlue for 1st Edition, feel free to email me with any issues.
- Fixed functions on Mac OS X build that wait (e.g. finddevices(), recv() for sockets) so that they dont busy-wait and hog the CPU.
<<less
Download (0.17MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
798 downloads
BlueProximity 1.1

BlueProximity 1.1


BlueProximity project helps you add a little more security to your desktop. more>>
BlueProximity project helps you add a little more security to your desktop. It does so by detecting one of your bluetooth devices, most likely your mobile phone, and keeping track of its distance. If you move away from your computer and the distance is above a certain level (no measurement in meters is possible) for a given time, it automatically locks your desktop (or starts any other shell command you want).

Once away your computer awaits its master back - if you are nearer than a given level for a set time your computer unlocks magically without any interaction (or starts any other shell command you want).

<<less
Download (0.18MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
804 downloads
ToothMote 0.1

ToothMote 0.1


ToothMote is an application to control Linux computers using a BlueTooth enabled cell phone. more>>
With ToothMote application you can control Linux computers using a BlueTooth enabled cell phone.

This program provides a basis for communicating with a connected cell phone, and then uses a plugin architecture to easily expand the amount of functionality it provides.

<<less
Download (1.1MB)
Added: 2005-12-05 License: LGPL (GNU Lesser General Public License) Price:
1418 downloads
Chaussette 1.0

Chaussette 1.0


Chaussette is a PHP/MySQL Web group calendar using Ajax. With it, friends can share events and chat together. more>>
Chaussette is a MySQL/PHP Web group calendar using Ajax.

With it, friends can share events and chat together.

<<less
Download (2.6MB)
Added: 2006-05-10 License: GPL (GNU General Public License) Price:
1262 downloads
BlueamaroK 0.53

BlueamaroK 0.53


BlueamaroK controls basic functions of the amaroK player with a SonyEriccson mobile telephone through a bluetooth connection. more>>
BlueamaroK is an amaroK script that controls basic functions of the amaroK player with a SonyEriccson mobile telephone through a bluetooth connection.

Using:

Pair your PC and phone, run rfcomm to bind the connectio to a serial device, for example /dev/rfcomm0, and run BlueamaroK.

<<less
Download (0.010MB)
Added: 2006-12-10 License: GPL (GNU General Public License) Price:
1049 downloads
mod_xslt2 1.0 Beta

mod_xslt2 1.0 Beta


mod_xslt2 is is an Apache 1.3.xx Module written in C. more>>
mod_xslt is is an Apache 1.3.xx Module written in C. It accomplishes Apache embedded XML with XSL tranformation using Sablotron.

<<less
Download (0.040MB)
Added: 2006-04-05 License: GPL (GNU General Public License) Price:
1297 downloads
bluexmms 1.1

bluexmms 1.1


bluexmms allows remote control of XMMS using a bluetooth-enabled Ericsson mobile phone. more>>
bluexmms XMMS plugin is my first foray into personal area networking (PAN).

I have a Sony Vaio PCG SRX51P/A and an Ericsson T68i phone (update: now I have a T610 and it works with that too :p), which both have builtin bluetooth. I often use my laptop to play mp3s through my headphones, but sometimes I want to wander around with the lappy in my backpack, whilst still listening to music.

bluexmms is my answer to this dilemna! By using the bluetooth protocol, and the extended modem command set for the T68i, Its possible to register a bluetooth accessory for the phone which controls XMMS.

Other ericsson phones should work too - the t68i, T39m, T610 and T630 have been reported working so far.

<<less
Download (0.004MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1295 downloads
KSMS-Tool 1.0

KSMS-Tool 1.0


KSMS-Tool is a tool for sending SMS via your mobile phone. more>>
KSMS-Tool is a tool for sending SMS via your mobile phone. In principle, every modern mobile phone should be supported; these have been explicitely tested so far:
- Siemens S55
- Sony-Ericsson K700i
The connection to the mobile phone is established via the serial interface. In principle, every serial emulation (e.g. via USB, IrDA, Bluetooth) should also work if an error-free connection is guaranteed (especially in the wireless cases IrDA resp. Bluetooth).
Details on choosing a non-default connection to the mobile phone or on how to populate the user-defined addressbook can be found on the KSMS-Tool homepage.
<<less
Download (0.030MB)
Added: 2006-06-05 License: GPL (GNU General Public License) Price:
1239 downloads
Linkage 0.1.4

Linkage 0.1.4


Linkage is a Gtk+ BitTorrent client written in C++. more>>
Linkage is a Gtk+ BitTorrent client written in C++.

Linkage is a BitTorrent using gtkmm and libtorrent. Features include DHT, PEX, UPnP, desktop notifications and torrent creation.

<<less
Download (0.53MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
799 downloads
Making-Money-Using-The-Internet 1.0

Making-Money-Using-The-Internet 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-03 License: Freeware Price: Free
204 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5