eriklins / InsideBlue-BLE-Tool

InsideBlue BLE Tool is a cross-platform Bluetooth LE utility. It can scan for BLE devices showing device information and advert payload as well as connect to devices and access GATT services/characteristics.
MIT License
41 stars 10 forks source link

Cross Platform Support #1

Open salvadorbs opened 1 year ago

salvadorbs commented 1 year ago

As title, this application works on Linux and other os?

eriklins commented 1 year ago

Since both Lazarus/FreePascal and SimpleBLE are cross-platform, yes, it should work on Windows, Linux and MAC OS. I will look into this soon and try to provide pre-compiled binaries.

eriklins commented 1 year ago

I compiled it under Ubuntu 64 bit and did some UI elements tweaking. Please give it a try. Thanks

eriklins commented 1 year ago

Since V0.4 pre-compiled binaries for Linux 64 bit are included.

JeffWelder commented 1 year ago

Really cool tool!

However I wasn't able to run the Linux binary on MacOS 12.3.1

eriklins commented 1 year ago

The Linux binaries won’t run on Mac OS even though Mac OS is linux‘ish. It would require building InsideBlue on Mac OS, which I‘m looking into and hope to provide precompiled binaries soon.

JeffWelder commented 1 year ago

Awesome, if you need a tester, I am more than happy to help.