Skip to content

exosite-garage/udp_single_shot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

================================================================================ UDP Single Shot Example

Overview

This is a simple python script demonstrating how to send data to Exosite's cloud data platform via the UDP Single Shot API.

License is BSD, Copyright 2011, Exosite LLC (see LICENSE file)

Built/tested with Python 2.6.5

Quick Start
  • Install python

  • Register for API keys on the One Platform by signing up for Exosite Portals at https://portals.exosite.com

  • Create a Client (Device) and a Datasource (Alias) in Exosite Portals.

  • Copy the Client's CIK and paste it in place of the PUTCIKHERE in the python script. Copy the Datasource's Alias and paste it in place of the PUTALIASHERE in the python script.

  • Run the script

    python udp_single_shot_example.py

  • View your data in Exosite Portals to verify everything worked OK!

More Information

Notes

  • UDP is inherently non-secure and non-reliable. Use the API only if you are OK with those inherent issues.

About

Example of how to write data to Exosite's cloud data platform with UDP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages