Skip to content

Instantly share code, notes, and snippets.

View jdharms's full-sized avatar

Daniel Harms jdharms

  • Dell
  • Columbus, Ohio
View GitHub Profile

18Ireland Rules Notes

Private Auction

  • 1830 Style waterfall auction
  • Bids in $5 increments (can skip)
  • If all pass before P1 is bought, $P1 = $P1 - $5
  • If all pass after P1 is bought, auction ends

Stock Market

  • No Par prices
@jdharms
jdharms / ds-resources.md
Created July 2, 2019 15:26
Resources for EdgeX Device-Service Creation

EdgeX Device Service Resources

Device-Service SDK Deep-Dive Video. Some parts of this video are out of date, but the high level concepts are still applicable.

EdgeX Docs 4.3 "Writing a Device Service for EdgeX". This document should always be up to date (File an issue if not). Includes links to documents covering both the C and Go SDKS. (As of 6/2/2019 these documents point towards Delhi documentation. Should flip to Edinburgh documentation in a week or so.)

The thousand-foot view for the SDKs is the Go SDK requires you to implement an interface and then your main function is simply a call into the SDK.