Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
plucury committed Jun 4, 2012
1 parent 0775917 commit b270c23
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
@@ -1,4 +1,15 @@
mqtt.go
=======
#mqtt.go

an MQTT encoder & decoder,written in GO lang (*version 1.0.1*)

##Functions
* `func Encode(mqtt *Mqtt) (byte[], error)`

Convert Mqtt struct to bit stream.

* `func Decode(bitstream byte[]) (*Mqtt, error)`

Convert bit stream to Mqtt struct



an MQTT encoder & decoder,written in GO lang

0 comments on commit b270c23

Please sign in to comment.