Hi,
I have a client connecting to a server over 'rfcomm' and receiving an image from the server of about 50KB. This is how I send the image from the server:
DataOutputStream dOut = new...
Type: Posts; User: david.tacconi; Keyword(s):
Hi,
I have a client connecting to a server over 'rfcomm' and receiving an image from the server of about 50KB. This is how I send the image from the server:
DataOutputStream dOut = new...
Ha traud,
I have tryed to include avetana BT into our code, but I am not able to make it work, not even the OBEX test of the library. It compiles, but crashes at runtime (ClassCastException at the...
Hello all,
we are implementing a client/server application where an image file is exchanged over Bluetooth/OBEX.
When running the application in the wireless toolkit, everything works fine....
Hello everybody,
I have a simple obex data exchange and I am trying to send some headers from the client to the server while having a 'put' connection.
This is the code on the client side:
...
Hello everybody,
starting from the BCExchanger example, we are trying to receive transparently a String Object instead of a BC selected by the user, through a simple OBEX client-server connection....
Hello everybody,
I have to develop a wireless ad-hoc network with s60 phones (I have 2 E65). I have seen that there is this code available that looks pretty simple at a first glance, though it was...
Hello everybody,
I have to develop an ad-hoc wireless networking application for S60 phones (I have 2 E65 phones...). Which could be the best way to develop it? Would it be possible using J2ME? ...
Hello everyone!
I would like to know if it is possible to set up a Wi-Fi ad-hoc connection among 2 s60 phones. In particular I have 2 E65 phones. On the E65 manual there are few references on...