Admin Guide

Synapse-WiGLE Admin Guide

Configuration

Synapse-WiGLE requires a WiGLE API key. For information on how to sign up, please visit the WiGLE API documentation.

Setting API credentials for global use

To set-up global API credentials:

> wigle.setup.apikey myapiname myapitoken
Setting WiGLE API credentials for all users.

Using per-user API credentials

A user may set-up their own API credentials:

> wigle.setup.apikey --self myapiname myapitoken
Setting WiGLE API credentials for the current user.

Dependencies

Synapse-WiGLE will conflict with the following Power-Ups:

Name   : wigle
Version: any

Permissions

Package (synapse-wigle) defines the following permissions:
power-ups.wigle.user             : Controls user access to Synapse-WiGLE. ( default: false )

You may add rules to users/roles directly from Storm:

> auth.user.addrule visi power-ups.wigle.user
Added rule power-ups.wigle.user to user visi.

or:

> auth.role.addrule ninjas power-ups.wigle.user
Added rule power-ups.wigle.user to role ninjas.

Exported APIs

Synapse-WiGLE does not currently export any APIs.

Workflows

Synapse-WiGLE provides the following workflows in Optic:

Title: Configuration

Node Actions

Synapse-WiGLE provides the following node actions in Optic:

Name : network.search
Desc : Search for wifi networks.
Forms: geo:place, inet:wifi:ap

Name : network.detail
Desc : Get details for a single wifi network.
Forms: inet:wifi:ap, inet:mac

Onload Events

Synapse-WiGLE does not use any onload events.