Git Product home page Git Product logo

pycom_mapper's Introduction

Pycom_mapper

This code allows to plot on a map the power of the signal as receveid from a device conneted to LoRaWAN.

Two cloud servers are considered: TTN and Loriot

The data generation part ("pytrack" folder code):

We are suppposing that the devices are LoPy with a Pytrack board.

ABP authentication is used. To this end, constants:

DEVADDR = '____'
NWKSKEY = '____'
APPSKEY = '____'

in file pytrack/trackit.py must be configured.

The visualization part ("plotting" folder code):

Executing:

python mapplot.py

two files are generated:

  • rssival.csv that stores the RSSI values of all the messages received by the cloud server;
  • datatoplot.js that contains the data to be plotted. This is done automatically loading in a browser either file webmapplot.html or webmapplot_norefresh.html

Before starting:

  1. In file mapplot.py:

    • set the CLOUD_SERVER variable
    • then, accordingly to the cloud server used, fill in the other related variables below
  2. In file webmapplot.html or webmapplot_norefresh.html:

    • set the variables home_lat and home_lng to the home center of the map
    • add your own Mapbox accessToken:
    • set refresh period at line: <meta http-equiv="refresh" content="5">
  3. Before starting, delete or store somewhere else files: "datatoplot.js" and "rssival.csv". Not deleting these files while cause new points to be added to them.

pycom_mapper's People

Contributors

pmanzoni avatar

Watchers

 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.