Skip to main content

Unet Python Gateway

Project description

This python package unetpy provides APIs to interact with any modems running UnetStack. The unetpy package is built upon fjagepy. This package allows the developers and users to interact with the modem using an interface implementd in python. All the requests made to the modem are using JSON messages. The relevant JSON messages are constructed and sent over some low level networked connection like TCP. The UnetStack client running on the modem understands these messages, takes corresponding actions and returns the notifications and/or responses back in the form of JSON messages which are parsed by unetpy.

General modules

The following modules provide all the functionalities needed to interact with the modems running UnetStack remotely:

  • unetpy.org_arl_unet

  • unetpy.org_arl_unet_bb

  • unetpy.org_arl_unet_phy

Usage

Installation:

pip install unetpy

To import all general modules:

from unetpy import *

Sample notebook:

python-gateway-tutorial.ipynb

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

unetpy-1.3b7.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

unetpy-1.3b7-py3-none-any.whl (6.5 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