btTools
/ btServer
A
remote server for hosting files. The server sits and waits for client
connection. The client can request for a file list (list of files
hosted by server) or request for the file to download. It's written
using J2SE and requires additional Bluetooth API. I've included
avetana's free Bluetooth API implementation for Linux. It should work
with any JSR82 implementation for J2SE as long as it supports basic
OBEX. For Ms Windows users, checkout avetana's website for pricing of
their Ms Windows product.
The
server is in its early beta release, which means its currently very
buggy, and very unstable. Download it only if you're planning to learn
the code or help me out. It will run cleanly on the first run,
then you'll just have to pray, ;p
You
can get the latest version of btServer here.
Release
History
19/08/2005 - Pre-Beta Release
25/05/2005 - First Release