cloudfoundry/sonde-go

Name: sonde-go

Owner: Cloud Foundry

Description: Go implementation of Cloud Foundry's Dropsonde Protocol

Created: 2015-06-01 14:50:48.0

Updated: 2017-07-24 20:53:00.0

Pushed: 2018-04-26 23:03:48.0

Homepage: null

Size: 153

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

sonde-go

Go implementation of Cloud Foundry's Dropsonde Protocol

Libraries sharing this protocol
Generating Code
  1. Install protobuf Version 3 because of our dropsonde-protocol dependency.

    rrently, the command below installs v3.X
     install protobuf
    
  2. Generate go code

    nerate-go.sh
    

Code will be generated within this directory using the proto files from Dropsonde Protocol. For other languages, message documentation, and communication protocols, reference Dropsonde Protocol.

In addition, generate-go.sh will also generate easyjson optimized marshalers/unmarshalers.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.