Integration Docs
Knowledge BaseSelf-hosting
  • Overview
  • Beam
    • Quick Start
    • Web Server Daemon
    • Connect to a Somewear Device
    • Inbound Payloads
  • TAK
    • Direct Server Connection
    • Plugin to Plugin
  • Client SDKs
    • Android
    • iOS
  • Webhooks
    • Quick Start
  • REST API
    • Send Package
Powered by GitBook
On this page
  • Android & iOS
  • Beam
  • Webhooks

Overview

Integrate to Somewear's platform to make your applications work off grid, anywhere in the world.

Android & iOS

Our mobile SDKs allow you to send/receive messages over satellite and call Somewear APIs when on cell/WiFi. Pairing with a Somewear device, UI to present device status to the user, and firmware updates are all supported.

Beam

Beam is a flexible agent that is designed to run on servers, desktop machines, embedded computers, and any other general purpose computer. Linux, Mac, and Windows is supported.

  • Connect to Somewear hardware to send over satellite.

  • Send & receive data by calling Somewear APIs over cell/WiFi.

  • Acts as a TAK client to send/receive data with TAK servers.

  • Can be used to push Somewear data to your server without exposing it to the internet.

  • Run arbitrary scripts to handle Somewear data.

Webhooks

Webhooks allow you to push Somewear data to your server via a HTTP POST request. Your server must be publicly reachable on the internet unless you're running Somewear On-Prem. Alternatively, you can push data to your server that isn't exposed on the internet by using Beam.

Last updated 1 year ago

Page cover image