C# Class ApexLumia.Habitat

Datei anzeigen Open project: ApexHAB/apex-lumia Class Usage Examples

Public Methods

Method Description
Habitat ( string dburl, string dbname, string callsign ) : System

Constructor: Get stuff ready for interacting with Habitat.

uploadTelemetry ( string fullsentence ) : void

Upload a new telemetry_doc to Habitat.

Method Details

Habitat() public method

Constructor: Get stuff ready for interacting with Habitat.
public Habitat ( string dburl, string dbname, string callsign ) : System
dburl string The URL of CouchDB
dbname string The habitat database name
callsign string The callsign of the phone
return System

uploadTelemetry() public method

Upload a new telemetry_doc to Habitat.
public uploadTelemetry ( string fullsentence ) : void
fullsentence string The full, UKHAS style sentence ($$BLA,,,,,*CHECKSUM)
return void