Skip to content

holgi-s/nearby-pp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nearby-pp

C++ port of Nearby Connections

Nearby++ is a library implementing the Nearby Connections protocol. See https://developers.google.com/nearby/connections/overview

It is targeting RaspberryPi3 and Windows.

For device discovery I use the Avahi C++ library. On Windows I use the external Bonjour service.

Currently only the server side of the protocol is implemented.

PI Dependencies:

Update PI: apt-get update

Install CMAKE: sudo apt-get install cmake

Install Avahi cient header and libraries: sudo apt-get install libavahi-core-dev sudo apt-get install libavahi-client-dev

Optional (for the led example): Install pigpiod http://abyz.co.uk/rpi/pigpio/download.html

RaspberryPi LED Setup

About

C++ port of Nearby Connections

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published