Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TTN Mapper template #21

Merged
merged 3 commits into from
Mar 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
- thingspeak
- qubitro
- thethingsio
- ttnmapper
26 changes: 26 additions & 0 deletions ttnmapper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
template-id: ttnmapper
name: TTN Mapper
description: Contribute data for coverage and signal analysis
logo-url: https://ttnmapper.org/resources/TTNMapper.svg
info-url: https://ttnmapper.org
documentation-url: https://docs.ttnmapper.org/
fields:
- id: email
name: E-mail address
description: You need to provide a valid e-mail address for your data to be accepted by TTN Mapper.
secret: false
# - id: experiment
# name: Experiment Name (optional)
# description: If you are testing (new device, balloon flights, etc) and do not want your data to appear on the main map, please specify an experiment name.
# secret: false
# default-value: test
format: json
headers:
TTNMAPPERORG-USER: "{email}"
# TTNMAPPERORG-EXPERIMENT: "{experiment}"
create-downlink-api-key: true
base-url: https://ttnmapper.org/integrations/tts/v3
paths:
uplink-message: /uplink-message
join-accept: /join-accept
location-solved: /location-solved