Skip to content
Dusty Wilson edited this page May 30, 2016 · 1 revision

This Bumble Client library for Go allows your application to connect to a Bumble router and participate in the federated Bumble network.

== Installation ==

{{{ go get bumbleserver.org/client }}}

== Usage ==

To use this library in your code, use "{{{bumbleserver.org/client}}}" as the import path as shown below.

{{{ import "bumbleserver.org/client" }}}

== Example Usage ==

An example client is provided in the examples repository at http://code.bumbleserver.org/bumble-golang-examples/.

== Discussion / Support ==

http://bumble-users.bumbleserver.org/ for Bumble User Discussion and Support\ http://bumble-dev.bumbleserver.org/ for Bumble Development Discussion

Clone this wiki locally