Git Product home page Git Product logo

breakout-massive-iot's Introduction

Twilio Breakout SDK for Massive IoT

Twilio Massive SDK is a library that enables you to connect your cellular-connected devices to Twilio and your own back end services.

The SDK is designed to be cross-platform, so certain integration work is needed to make it work on your device. If you want to get started right away, you can use our example port:

The library consist of the following parts arranged in respective directories under src:

  • modem - the core of the library. Two classes in this part, OwlModemRN4 and OwlModemBG96 are interfacing U-Blox SARA-R4/SARA-N4 and Quectel BG96 modems respectively, containing other OwlModem* instances as their members.
  • utils - contains helper functions for the rest of the library.
  • platform - headers for functions to be implemented in ports to different platforms. Porting will be explained shortly.
  • shims - example IP shims for third party libraries and platforms.

Porting the SDK

src/platform directory contains headers with declaration of functions to implement in your port. These include:

  • log.h - logging functions
  • power.h - powering on and off certain modules
  • time.h - measuring time and sleeping
  • mem.h - allocating and freeing memory
  • random.h - generating random numbers

Depending on what your target application is you might not need to implement all of these functions, let linker errors guide you.

You will also want to implement at least one subclass of IOwlSerial to enable OwlModem* classes talk to your modem.

breakout-massive-iot's People

Contributors

oytis avatar rbeiter avatar jdavis-demos avatar jonedavis avatar vingarzan avatar akjordan avatar dsghi avatar twilsher avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.