Bluetooth client/server communication between computer and mobile phone

后端 未结 1 1667
野趣味
野趣味 2020-12-06 07:39

I need just a basic example or tutorial of making a mobile phone and a computer communicate via Bluetooth.

A good link/website to start from is also appreci

相关标签:
1条回答
  • 2020-12-06 08:11

    After many days of research, I managed to make an application that sends (in real time) screenshots of area around the mouse cursor on a computer to a mobile phone client.

    Both client and server are written in Java. I used BlueCove to make the desktop part. It is a JSR-82 implementation (the same protocol as in MIDP), so desktop and mobile parts share a lot of code.


    In case someone needs it, I release the application as public domain, without any responsibilities.

    Download the code

    I'm not really proud of it. After all, I was 15 when I wrote it. The code is horrible in some places, but I enjoyed making the abstraction for code reuse.

    0 讨论(0)
提交回复
热议问题