Francesco Zanitti

Results 14 comments of Francesco Zanitti

@WoH The main benefit, as far as I understand, would be less "surprises": when I started using `tsoa`, I too had a kinda bad feeling about the `authentication` function -...

I seriously can't find any valid reason to keep the `{{:reserved_numbers, _}, _}` and `{{:reserved_names, _}, _}` around, so in the latest commit I just filter them out in `Protobuf.Parser`...

Hi, before starting the client you have to start the server :) The demo application (actually, as any other bluetooth app that you want to test with the bt-emulator) requires...

Uops, I forgot to push the updated apk :) should be fixed now, so please remove the installed one and install the new version!

Hi, can you post the stacktrace of the emulator? Sincerely, I haven't tested the BTChat application (and until next week I'll be quite busy), but maybe I'll be able to...

Well, basically its telling that it couldn't join the BT emulator server, maybe the problem is there: when you start the server, it sends in the standard output some logs,...

I haven't ported the BluetoothChat, I indeed used the same code for a simpler application (the test application that comes with the emulator application). In these days I'm afraid that...

Hi everybody, sorry for the late reply, I've been quite busy until now. Anyway, I realized that the jar file (the btsim.jar one) was out of sync with the server...

That seems quite a lot like what I did to test the bluetooth chat. Can you check in the logcat if there are exceptions of any kind?