btTools / Gentoo Bluetooth Development HOWTO

Google

Gentoo is a flavor of Linux. Here I will show you how to emerge packages to start working on your own Bluetooth Java projects.

Note: This HOWTO is not really complete, ^.^


Installing Bluez

emerge bluez-utils bluez-libs

To check your installation, insert your Bluetooth adapter and type the following.
    renyi@pc03 ~ $ sudo hciconfig


Installing Eclipse

emerge eclipse-sdk

You might want jar-plug and EclipseME too.


Wireless Toolkits

Motorola SDK for J2ME
Nokia Developer's Suite 3.0 for J2ME
Sun Java Wireless Toolkit (Sun J2ME Toolkit)


HCI Tool Cheatsheat

sudo hcitool dev Display local device
sudo hcitool scan Scan for remote devices
sudo hcitool inq Scan remote device
sudo hcitool info Get information from remote device
sudo hcitool con Display active connections
sudo hcitool auth Request authentication




[ BACK ]



by renyi