Skip to main content

A python library for interacting with Loraserver.io.

Project description

PyLoRaServer

The LoRaServer.io Python Library

Example usage

from pyloraserver import loraserver, device

# Setup the connection
cx = loraserver.Loraserver(
        loraserver_url="https://my.lora.server",
        loraserver_user="my_api_username",
        loraserver_pass="my_api_password"
        )

# Connect to the device class
d = device.Devices(loraserver_connection=cx)

# Get all the devices
d.list_all(appid=7).content

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyloraserver-0.0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distributions

pyloraserver-0.0.1-py3.7.egg (8.9 kB view hashes)

Uploaded Source

pyloraserver-0.0.1-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page