Skip to content
zmjjmz edited this page Apr 3, 2013 · 13 revisions

##Objects and Design

The BlueMesh Library is an Android Java Library which sets up a mesh network between Android Devices. To construct it, you need to construct a BlueMeshServiceBuilder and then call BlueMeshServiceBuilder.build(). These are the two public objects defined within the BlueMesh Library

  1. BlueMeshService
  2. BlueMeshServiceBuilder

##Public Methods

The public methods most commonly used in the library are:

Clone this wiki locally