Skip to content

Instantly share code, notes, and snippets.

@stonehippo
Last active March 19, 2021 02:03
Show Gist options
  • Save stonehippo/a933756c3ea5d23247fc to your computer and use it in GitHub Desktop.
Save stonehippo/a933756c3ea5d23247fc to your computer and use it in GitHub Desktop.
A compendium of data and communications platforms for the Internet of Things, MQTT, and other connected stuff

IoT Data and Communications Services

A brief compendium of services for IoT, including notes about the services.

Platforms

Data Storage

  • Xively
  • Adafruit IO
  • data.sparkfun.com
  • Parse

Two-way communication

  • Xively
  • Adafruit IO
  • Thinger

some hardware platforms I find interesting

  • Raspberry Pi - popular Linux SBCs, and now some really cool microcontrollers
  • MESH — drop-in DIY IoT components
  • Particle — Connected prototyping for wifi and cell-based products
  • Hologram — similar to Particle
  • Electric Imp — Connected device platform, with modules and services; part of Twilio now
  • Intel Edison — Tiny x86-class board dead and buried
  • C.H.I.P — $9 computing platform seems to be gone now
  • bluz — BLE boards, compatible with Particle Cloud
  • Digistump Oak — ESP8266-based Wifi board, compatible with Particle Cloud

A Grab Bag of Network Protocols Relating to IoT

In no particular order (yet), here's a bunch of network protocols that can be involved in IoT. They are at various levels in the stack.

Yes, these are all over the place; this list is a braindump for now. I'll organize this material and add notes later.

  • MQTT
  • ANT Protocol & ANT+
  • HTTP/HTTPS
  • WiFi
  • Bluetooth 2.1
  • Bluetooth LE
  • 2G/3G/4G/LTE
  • LoRaWAN
  • LPWAN (class of protocols, really)
  • TCP/IP
  • UDP
  • ZigBee
  • CoAP (Constrained Application Protocol)
  • 6LoWPAN (IETF working group)
  • AMQP
  • XMPP
  • SSDP
  • UNB (ultra narrow band)
@thorpebt
Copy link

SeeControl became FusionConnect when purchased by AutoDesk and is now extinct as of January 2019.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment