All Projects → dermike → Slide Beacon App

dermike / Slide Beacon App

Licence: other
Share links from your Mac using this app to broadcast them as a Physical Web Eddystone URL bluetooth beacon or mDNS.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Slide Beacon App

Mobly
E2E test framework for tests with complex environment requirements.
Stars: ✭ 424 (+223.66%)
Mutual labels:  google, bluetooth
Rf24ble
RF24BLE is the library that makes an nrf24L01+ chip (1$) into a BLE advertising beacon and can be used for LOW payload advertising like sensor data etc.
Stars: ✭ 129 (-1.53%)
Mutual labels:  bluetooth
Luapbintf
Binding Protobuf 3 to Lua 5.3
Stars: ✭ 122 (-6.87%)
Mutual labels:  google
Rfidtools
RRG Android App for use with Proxmark3 RDV4 and the blueshark addon
Stars: ✭ 127 (-3.05%)
Mutual labels:  bluetooth
Yup Oauth2
An oauth2 client implementation providing the Device, Installed and Service Account flows.
Stars: ✭ 122 (-6.87%)
Mutual labels:  google
Unsupervised Data Augmentation
Unofficial PyTorch Implementation of Unsupervised Data Augmentation.
Stars: ✭ 127 (-3.05%)
Mutual labels:  google
Gsheets Db Api
A Python DB-API and SQLAlchemy dialect to Google Spreasheets
Stars: ✭ 122 (-6.87%)
Mutual labels:  google
Knob
Key Negotiation Of Bluetooth (KNOB) attacks on Bluetooth BR/EDR and BLE [CVE-2019-9506]
Stars: ✭ 131 (+0%)
Mutual labels:  bluetooth
Curatedseotools
Best SEO Tools Stash
Stars: ✭ 128 (-2.29%)
Mutual labels:  google
Assent
Multi-provider framework in Elixir
Stars: ✭ 126 (-3.82%)
Mutual labels:  google
Combinefirebase
Combine wrapper on Google's iOS Firebase library.
Stars: ✭ 126 (-3.82%)
Mutual labels:  google
Sonyheadphonesclient
A {Windows, macOS, Linux} client recreating the functionality of the Sony Headphones app
Stars: ✭ 123 (-6.11%)
Mutual labels:  bluetooth
Ng Gapi
ng-gapi a Google api module for Angular 6+
Stars: ✭ 126 (-3.82%)
Mutual labels:  google
Lmbluetoothsdk
A library to make classic bluetooth or BLE easier to use in Android.
Stars: ✭ 122 (-6.87%)
Mutual labels:  bluetooth
Googlenewsstandanimation Android
Navigation pattern like in Google News Stand app with transitions
Stars: ✭ 130 (-0.76%)
Mutual labels:  google
Grblcontroller
Compact android mobile application for gcode streaming and controlling a cnc machine with grbl firmware
Stars: ✭ 121 (-7.63%)
Mutual labels:  bluetooth
Pulseaudio Modules Bt
[Deprecated, see https://github.com/EHfive/pulseaudio-modules-bt/issues/154] Adds Sony LDAC, aptX, aptX HD, AAC codecs (A2DP Audio) support to PulseAudio on Linux
Stars: ✭ 1,664 (+1170.23%)
Mutual labels:  bluetooth
Placepicker
Free Android Map Place Picker alternative using Geocoder instead of Google APIs
Stars: ✭ 126 (-3.82%)
Mutual labels:  google
Printerdemo
Android蓝牙连打印机
Stars: ✭ 131 (+0%)
Mutual labels:  bluetooth
Web Bluetooth Terminal
Progressive Web Application for serial communication with your own Bluetooth Low Energy (Smart) devices
Stars: ✭ 130 (-0.76%)
Mutual labels:  bluetooth

slide-beacon-app

Mac OSX app from the slide-beacon project made with Electron. Share links from your computer using this app to broadcast them as a Physical Web Eddystone URL bluetooth beacon or mDNS.

To discover shared URLs wirelessly via bluetooth, use the physical-web-scan-app, or see the Physical Web website for Android and iOS clients.

Enter URLs manually or use this reveal.js plugin to share links in presentational slides.

Download pre-built binary or follow the instructions below to run with Electron or build your own binary.

Prerequisites to build

  • Node.js
  • Xcode and its Command Line Tools. You can find this under the menu Xcode -> Preferences -> Downloads

Install and build

After cloning or downloading this repo, install the dependencies listed in package.json:

npm install

Note: this currently uses a git url to get latest version of Bleno with High Sierra support.

Rebuild native modules for Electron use:

node ./node_modules/.bin/electron-rebuild

Run as Electron app:

npm run electron

Package as standalone Mac OSX app:

npm run package

Note: Edit the electron-packager options to your liking in the scripts section of package.json

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].